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

/freebsd-10.2-release/contrib/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h54 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
/freebsd-10.2-release/contrib/llvm/lib/Analysis/
H A DMemoryBuiltins.cpp174 bool llvm::isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI, function in class:llvm
311 return isCallocLikeFn(I, TLI) ? cast<CallInst>(I) : 0;
H A DMemoryDependenceAnalysis.cpp511 isMallocLikeFn(Inst, TLI) || isCallocLikeFn(Inst, TLI))

Completed in 141 milliseconds