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

/external/llvm/include/llvm/IR/
H A DInstVisitor.h198 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Analysis/
H A DLint.cpp98 void visitInsertElementInst(InsertElementInst &I);
793 void Lint::visitInsertElementInst(InsertElementInst &I) { function in class:Lint
H A DCFLAliasAnalysis.cpp511 void visitInsertElementInst(InsertElementInst &Inst) { function in class:__anon10333::GetEdgesVisitor
570 Value *visitInsertElementInst(InsertElementInst &Inst) { function in class:__anon10333::GetTargetValueVisitor
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp529 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) { function in class:InstCombiner
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp477 void visitInsertElementInst(InsertElementInst &I);
940 void SCCPSolver::visitInsertElementInst(InsertElementInst &I) { function in class:SCCPSolver
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp339 void visitInsertElementInst(InsertElementInst &I);
1273 void DFSanVisitor::visitInsertElementInst(InsertElementInst &I) { function in class:DFSanVisitor
H A DMemorySanitizer.cpp1282 void visitInsertElementInst(InsertElementInst &I) { function in struct:__anon10995::MemorySanitizerVisitor
/external/llvm/lib/IR/
H A DVerifier.cpp359 void visitInsertElementInst(InsertElementInst &EI);
2435 void Verifier::visitInsertElementInst(InsertElementInst &IE) { function in class:Verifier

Completed in 204 milliseconds