Home
last modified time | relevance | path

Searched defs:visitInsertElementInst (Results 1 – 9 of 9) sorted by relevance

/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/Analysis/
H A DCFLGraph.h482 void visitInsertElementInst(InsertElementInst &Inst) { in visitInsertElementInst() function
H A DLint.cpp607 void Lint::visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function in Lint
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DScalarizer.cpp749 bool ScalarizerVisitor::visitInsertElementInst(InsertElementInst &IEI) { in visitInsertElementInst() function in ScalarizerVisitor
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp1342 Instruction *InstCombinerImpl::visitInsertElementInst(InsertElementInst &IE) { in visitInsertElementInst() function in InstCombinerImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1827 void Interpreter::visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function in Interpreter
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp2788 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.cpp3608 void Verifier::visitInsertElementInst(InsertElementInst &IE) { in visitInsertElementInst() function in Verifier