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

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemoryBuiltins.h 176 /// isFreeCall - Returns non-null if the value is a call to the builtin free()
177 const CallInst *isFreeCall(const Value *I, const TargetLibraryInfo *TLI);
179 inline CallInst *isFreeCall(Value *I, const TargetLibraryInfo *TLI) {
180 return const_cast<CallInst*>(isFreeCall((const Value*)I, TLI));
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
MemoryBuiltins.cpp 485 /// isFreeCall - Returns non-null if the value is a call to the builtin free()
486 const CallInst *llvm::isFreeCall(const Value *I, const TargetLibraryInfo *TLI) {

Completed in 18 milliseconds