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

/external/llvm/include/llvm/
H A DInstVisitor.h157 return delegateCallInst(I); \
259 RetTy delegateCallInst(CallInst &I) { function in class:llvm::InstVisitor
279 RetTy delegateCallInst(Instruction &I) { function in class:llvm::InstVisitor
280 llvm_unreachable("delegateCallInst called for non-CallInst");

Completed in 76 milliseconds