Searched defs:isMustTailCall (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DCallSite.h195 bool isMustTailCall() const { function in class:llvm::CallSiteBase
196 return isCall() && cast<CallInst>(getInstruction())->isMustTailCall();
H A DInstructions.h1516 bool isMustTailCall() const { function in class:llvm::CallInst

Completed in 117 milliseconds