Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstVisitor.h195 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);} in visitInsertElementInst() function
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DCFLGraph.h475 void visitInsertElementInst(InsertElementInst &Inst) { in visitInsertElementInst() function
H A DLint.cpp630 void Lint::visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function in Lint
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp858 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) { in visitInsertElementInst() function in InstCombiner
/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp1394 void DFSanVisitor::visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function in DFSanVisitor
H A DMemorySanitizer.cpp1835 void visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function
/freebsd-12.1/contrib/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp1779 void Interpreter::visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function in Interpreter
/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp3168 void Verifier::visitInsertElementInst(InsertElementInst &IE) { in visitInsertElementInst() function in Verifier