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

/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h72 /// extractMallocCall - Returns the corresponding CallInst if the instruction
75 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);
76 static inline CallInst *extractMallocCall(Value *I, function in namespace:llvm
78 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI));
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp189 /// extractMallocCall - Returns the corresponding CallInst if the instruction
192 const CallInst *llvm::extractMallocCall(const Value *I, function in class:llvm
229 const CallInst *CI = extractMallocCall(I, TLI);

Completed in 127 milliseconds