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 107 /// extractCallocCall - Returns the corresponding CallInst if the instruction
109 const CallInst *extractCallocCall(const Value *I, const TargetLibraryInfo *TLI);
110 static inline CallInst *extractCallocCall(Value *I,
112 return const_cast<CallInst*>(extractCallocCall((const Value*)I, TLI));
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 301 /// extractCallocCall - Returns the corresponding CallInst if the instruction
303 const CallInst *llvm::extractCallocCall(const Value *I,

Completed in 133 milliseconds