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

/external/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h112 /// extractCallocCall - Returns the corresponding CallInst if the instruction
114 const CallInst *extractCallocCall(const Value *I, const TargetLibraryInfo *TLI);
115 static inline CallInst *extractCallocCall(Value *I, function in namespace:llvm
117 return const_cast<CallInst*>(extractCallocCall((const Value*)I, TLI));
/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp294 /// extractCallocCall - Returns the corresponding CallInst if the instruction
296 const CallInst *llvm::extractCallocCall(const Value *I, function in class:llvm

Completed in 54 milliseconds