Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h185 void visitInsertElementInst(InsertElementInst &I);
H A DExecution.cpp1779 void Interpreter::visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function in Interpreter
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DInstVisitor.h198 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);} in visitInsertElementInst() function
/minix3/external/bsd/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp95 void visitInsertElementInst(InsertElementInst &I);
602 void Lint::visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function in Lint
H A DCFLAliasAnalysis.cpp484 void visitInsertElementInst(InsertElementInst &Inst) { in visitInsertElementInst() function in __anon27e61d590111::GetEdgesVisitor
543 Value *visitInsertElementInst(InsertElementInst &Inst) { in visitInsertElementInst() function in __anon27e61d590111::GetTargetValueVisitor
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h242 Instruction *visitInsertElementInst(InsertElementInst &IE);
H A DInstCombineVectorOps.cpp528 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) { in visitInsertElementInst() function in InstCombiner
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp477 void visitInsertElementInst(InsertElementInst &I);
940 void SCCPSolver::visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function in SCCPSolver
/minix3/external/bsd/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp338 void visitInsertElementInst(InsertElementInst &I);
1274 void DFSanVisitor::visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function in DFSanVisitor
H A DMemorySanitizer.cpp1195 void visitInsertElementInst(InsertElementInst &I) { in visitInsertElementInst() function
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp329 void visitInsertElementInst(InsertElementInst &EI);
1868 void Verifier::visitInsertElementInst(InsertElementInst &IE) { in visitInsertElementInst() function in Verifier