HomeSort by relevance Sort by last modified time
    Searched refs:isCallocLikeFn (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 54 bool isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 170 bool llvm::isCallocLikeFn(const Value *V, const TargetLibraryInfo *TLI,
300 return isCallocLikeFn(I, TLI) ? cast<CallInst>(I) : 0;
MemoryDependenceAnalysis.cpp 510 isMallocLikeFn(Inst, TLI) || isCallocLikeFn(Inst, TLI))
    [all...]

Completed in 165 milliseconds