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

/freebsd-10.0-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h87 /// getMallocType - Returns the PointerType resulting from the malloc call.
92 PointerType *getMallocType(const CallInst *CI, const TargetLibraryInfo *TLI);
/freebsd-10.0-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp240 /// getMallocType - Returns the PointerType resulting from the malloc call.
245 PointerType *llvm::getMallocType(const CallInst *CI, function in class:llvm
247 assert(isMallocLikeFn(CI, TLI) && "getMallocType and not malloc call");
279 PointerType *PT = getMallocType(CI, TLI);

Completed in 117 milliseconds