HomeSort by: relevance | last modified time | path
    Searched refs:extractCallocCall (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h 161 /// extractCallocCall - Returns the corresponding CallInst if the instruction
163 const CallInst *extractCallocCall(const Value *I, const TargetLibraryInfo *TLI);
164 inline CallInst *extractCallocCall(Value *I, const TargetLibraryInfo *TLI) {
165 return const_cast<CallInst*>(extractCallocCall((const Value*)I, TLI));
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp 426 /// extractCallocCall - Returns the corresponding CallInst if the instruction
428 const CallInst *llvm::extractCallocCall(const Value *I,

Completed in 54 milliseconds