Searched refs:visitInsertElementInst (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DInstVisitor.h197 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);} function in class:llvm::InstVisitor
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/InstCombine/
H A DInstCombine.h196 Instruction *visitInsertElementInst(InsertElementInst &IE);
H A DInstCombineVectorOps.cpp354 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) { function in class:InstCombiner
/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLint.cpp95 void visitInsertElementInst(InsertElementInst &I);
569 void Lint::visitInsertElementInst(InsertElementInst &I) { function in class:Lint
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DSCCP.cpp482 void visitInsertElementInst(InsertElementInst &I);
947 void SCCPSolver::visitInsertElementInst(InsertElementInst &I) { function in class:SCCPSolver
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DVerifier.cpp267 void visitInsertElementInst(InsertElementInst &EI);
1313 void Verifier::visitInsertElementInst(InsertElementInst &IE) { function in class:Verifier

Completed in 86 milliseconds