Searched refs:isInvoke (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h75 /// isInvoke - true if a InvokeInst is enclosed.
77 bool isInvoke() const { return getInstruction() && !I.getInt(); } function in class:llvm::CallSiteBase
H A DInstVisitor.h246 assert(CS.isInvoke());
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2263 assert((CS.isCall() || CS.isInvoke()) && "Unknown type of CallSite");

Completed in 111 milliseconds