Searched defs:getMallocType (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp252 /// getMallocType - Returns the PointerType resulting from the malloc call.
257 PointerType *llvm::getMallocType(const CallInst *CI, function in class:llvm
259 assert(isMallocLikeFn(CI, TLI) && "getMallocType and not malloc call");
291 PointerType *PT = getMallocType(CI, TLI);

Completed in 66 milliseconds