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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 76 /// extractMallocCall - Returns the corresponding CallInst if the instruction
79 const CallInst *extractMallocCall(const Value *I, const TargetLibraryInfo *TLI);
80 static inline CallInst *extractMallocCall(Value *I,
82 return const_cast<CallInst*>(extractMallocCall((const Value*)I, TLI));
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 201 /// extractMallocCall - Returns the corresponding CallInst if the instruction
204 const CallInst *llvm::extractMallocCall(const Value *I,
241 const CallInst *CI = extractMallocCall(I, TLI);

Completed in 63 milliseconds