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

/external/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp200 bool llvm::isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, function in class:llvm
305 return isCallocLikeFn(I, TLI) ? cast<CallInst>(I) : nullptr;

Completed in 491 milliseconds