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 112 /// extractCallocCall - Returns the corresponding CallInst if the instruction
114 const CallInst *extractCallocCall(const Value *I, const TargetLibraryInfo *TLI);
115 static inline CallInst *extractCallocCall(Value *I,
117 return const_cast<CallInst*>(extractCallocCall((const Value*)I, TLI));
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 291 /// extractCallocCall - Returns the corresponding CallInst if the instruction
293 const CallInst *llvm::extractCallocCall(const Value *I,

Completed in 48 milliseconds