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

/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h76 /// extractMallocCall - Returns the corresponding CallInst if the instruction
79 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);
80 static inline CallInst *extractMallocCall(Value *I, function in namespace:llvm
82 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI));
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp201 /// extractMallocCall - Returns the corresponding CallInst if the instruction
204 const CallInst *llvm::extractMallocCall(const Value *I, function in class:llvm

Completed in 377 milliseconds