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

/external/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 46 milliseconds