Searched refs:getMallocType (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h91 /// getMallocType - Returns the PointerType resulting from the malloc call.
96 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp251 /// getMallocType - Returns the PointerType resulting from the malloc call.
256 PointerType *llvm::getMallocType(const CallInst *CI, function in class:llvm
258 assert(isMallocLikeFn(CI, TLI) && "getMallocType and not malloc call");
290 PointerType *PT = getMallocType(CI, TLI);

Completed in 66 milliseconds