Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h128 const CallInst *extractCallocCall(const Value *I, const TargetLibraryInfo *TLI);
129 inline CallInst *extractCallocCall(Value *I, const TargetLibraryInfo *TLI) { in extractCallocCall() function
130 return const_cast<CallInst*>(extractCallocCall((const Value*)I, TLI)); in extractCallocCall()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp357 const CallInst *llvm::extractCallocCall(const Value *I, in extractCallocCall() function in llvm