Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h193 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);} in visitInsertElementInst() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp201 bool visitInsertElementInst(InsertElementInst &IEI);
749 bool ScalarizerVisitor::visitInsertElementInst(InsertElementInst &IEI) { in visitInsertElementInst() function in ScalarizerVisitor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h165 Instruction *visitInsertElementInst(InsertElementInst &IE);
H A DInstCombineVectorOps.cpp1342 Instruction *InstCombinerImpl::visitInsertElementInst(InsertElementInst &IE) { in visitInsertElementInst() function in InstCombinerImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp785 void visitInsertElementInst(InsertElementInst &I);
2788 void DFSanVisitor::visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function in DFSanVisitor
H A DMemorySanitizer.cpp1994 void visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp499 void visitInsertElementInst(InsertElementInst &EI);
3608 void Verifier::visitInsertElementInst(InsertElementInst &IE) { in visitInsertElementInst() function in Verifier