Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DMemoryBuiltins.h109 const CallInst *extractCallocCall(const Value *I, const TargetLibraryInfo *TLI);
110 static inline CallInst *extractCallocCall(Value *I, in extractCallocCall() function
112 return const_cast<CallInst*>(extractCallocCall((const Value*)I, TLI)); in extractCallocCall()
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp303 const CallInst *llvm::extractCallocCall(const Value *I, in extractCallocCall() function in llvm