Searched defs:isCallocLikeFn (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 430 milliseconds