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

  /external/llvm/include/llvm/Analysis/
MemoryBuiltins.h 75 /// isFreeCall - Returns non-null if the value is a call to the builtin free()
76 const CallInst *isFreeCall(const Value *I);
78 static inline CallInst *isFreeCall(Value *I) {
79 return const_cast<CallInst*>(isFreeCall((const Value*)I));
  /external/llvm/lib/Analysis/
MemoryBuiltins.cpp 187 /// isFreeCall - Returns non-null if the value is a call to the builtin free()
188 const CallInst *llvm::isFreeCall(const Value *I) {

Completed in 175 milliseconds