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

/external/llvm/include/llvm/IR/
H A DInstVisitor.h201 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/external/llvm/lib/Analysis/
H A DLint.cpp99 void visitInsertElementInst(InsertElementInst &I);
596 void Lint::visitInsertElementInst(InsertElementInst &I) { function in class:Lint
H A DCFLAliasAnalysis.cpp415 void visitInsertElementInst(InsertElementInst &Inst) { function in class:__anon11697::GetEdgesVisitor
487 Value *visitInsertElementInst(InsertElementInst &Inst) { function in class:__anon11697::GetTargetValueVisitor
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineVectorOps.cpp480 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) { function in class:InstCombiner
/external/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp478 void visitInsertElementInst(InsertElementInst &I);
948 void SCCPSolver::visitInsertElementInst(InsertElementInst &I) { function in class:SCCPSolver
/external/llvm/lib/Transforms/Instrumentation/
H A DDataFlowSanitizer.cpp346 void visitInsertElementInst(InsertElementInst &I);
1289 void DFSanVisitor::visitInsertElementInst(InsertElementInst &I) { function in class:DFSanVisitor
H A DMemorySanitizer.cpp1331 void visitInsertElementInst(InsertElementInst &I) { function in struct:__anon12458::MemorySanitizerVisitor
/external/llvm/lib/IR/
H A DVerifier.cpp374 void visitInsertElementInst(InsertElementInst &EI);
2639 void Verifier::visitInsertElementInst(InsertElementInst &IE) { function in class:Verifier

Completed in 261 milliseconds