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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 115 /// extractCallocCall - Returns the corresponding CallInst if the instruction
117 const CallInst *extractCallocCall(const Value *I, const TargetLibraryInfo *TLI);
118 static inline CallInst *extractCallocCall(Value *I,
120 return const_cast<CallInst*>(extractCallocCall((const Value*)I, TLI));
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 296 /// extractCallocCall - Returns the corresponding CallInst if the instruction
298 const CallInst *llvm::extractCallocCall(const Value *I,

Completed in 74 milliseconds