Searched refs:visitInsertValueInst (Results 1 - 10 of 10) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h168 void visitInsertValueInst(InsertValueInst &I);
H A DExecution.cpp1974 void Interpreter::visitInsertValueInst(InsertValueInst &I) {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h197 RetTy visitInsertValueInst(InsertValueInst &I) { DELEGATE(Instruction); } function in class:llvm::InstVisitor
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DCFLGraph.h490 void visitInsertValueInst(InsertValueInst &Inst) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp623 void visitInsertValueInst(InsertValueInst &IVI);
909 void SCCPSolver::visitInsertValueInst(InsertValueInst &IVI) { function in class:SCCPSolver
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h442 Instruction *visitInsertValueInst(InsertValueInst &IV);
H A DInstCombineVectorOps.cpp697 Instruction *InstCombiner::visitInsertValueInst(InsertValueInst &I) { function in class:InstCombiner
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp456 void visitInsertValueInst(InsertValueInst &I);
1438 void DFSanVisitor::visitInsertValueInst(InsertValueInst &I) { function in class:DFSanVisitor
H A DMemorySanitizer.cpp3638 void visitInsertValueInst(InsertValueInst &I) {
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp487 void visitInsertValueInst(InsertValueInst &IVI);
3600 void Verifier::visitInsertValueInst(InsertValueInst &IVI) { function in class:Verifier

Completed in 111 milliseconds