Home
last modified time | relevance | path

Searched refs:visitInsertElementInst (Results 1 – 11 of 11) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h164 void visitInsertElementInst(InsertElementInst &I);
H A DExecution.cpp1827 void Interpreter::visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function in Interpreter
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp118 void visitInsertElementInst(InsertElementInst &I);
607 void Lint::visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function in Lint
H A DCFLGraph.h482 void visitInsertElementInst(InsertElementInst &Inst) { in visitInsertElementInst() function
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstVisitor.h193 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);} in visitInsertElementInst() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp201 bool visitInsertElementInst(InsertElementInst &IEI);
754 bool ScalarizerVisitor::visitInsertElementInst(InsertElementInst &IEI) { in visitInsertElementInst() function in ScalarizerVisitor
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h165 Instruction *visitInsertElementInst(InsertElementInst &IE);
H A DInstCombineVectorOps.cpp1402 Instruction *InstCombinerImpl::visitInsertElementInst(InsertElementInst &IE) { in visitInsertElementInst() function in InstCombinerImpl
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp754 void visitInsertElementInst(InsertElementInst &I);
2623 void DFSanVisitor::visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function in DFSanVisitor
H A DMemorySanitizer.cpp1994 void visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp499 void visitInsertElementInst(InsertElementInst &EI);
3574 void Verifier::visitInsertElementInst(InsertElementInst &IE) { in visitInsertElementInst() function in Verifier