HomeSort by: relevance | last modified time | path
    Searched refs:getMallocType (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h 134 /// getMallocType - Returns the PointerType resulting from the malloc call.
139 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp 372 /// getMallocType - Returns the PointerType resulting from the malloc call.
377 PointerType *llvm::getMallocType(const CallInst *CI,
379 assert(isMallocLikeFn(CI, TLI) && "getMallocType and not malloc call");
410 PointerType *PT = getMallocType(CI, TLI);

Completed in 46 milliseconds