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

/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h196 RetTy visitInsertValueInst(InsertValueInst &I) { DELEGATE(Instruction); } function in class:llvm::InstVisitor
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp994 Instruction *InstCombinerImpl::visitInsertValueInst(InsertValueInst &I) { function in class:InstCombinerImpl
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp829 void SCCPInstVisitor::visitInsertValueInst(InsertValueInst &IVI) { function in class:SCCPInstVisitor
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2810 void DFSanVisitor::visitInsertValueInst(InsertValueInst &I) { function in class:DFSanVisitor
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp3883 void Verifier::visitInsertValueInst(InsertValueInst &IVI) { function in class:Verifier

Completed in 140 milliseconds