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

/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h119 /// extractCallocCall - Returns the corresponding CallInst if the instruction
121 const CallInst *extractCallocCall(const Value *I, const TargetLibraryInfo *TLI);
122 static inline CallInst *extractCallocCall(Value *I, function in namespace:llvm
124 return const_cast<CallInst*>(extractCallocCall((const Value*)I, TLI));
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp308 /// extractCallocCall - Returns the corresponding CallInst if the instruction
310 const CallInst *llvm::extractCallocCall(const Value *I, function in class:llvm

Completed in 171 milliseconds