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

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

Completed in 111 milliseconds