Home
last modified time | relevance | path

Searched defs:visitVAEndInst (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h216 RetTy visitVAEndInst(VAEndInst &I) { DELEGATE(IntrinsicInst); } in visitVAEndInst() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp683 Instruction *InstCombinerImpl::visitVAEndInst(VAEndInst &I) { in visitVAEndInst() function in InstCombinerImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1126 void Interpreter::visitVAEndInst(VAEndInst &I) { in visitVAEndInst() function in Interpreter