HomeSort by relevance Sort by last modified time
    Searched defs:visitInsertElementInst (Results 1 - 5 of 5) sorted by null

  /external/llvm/include/llvm/Support/
InstVisitor.h 192 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 354 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) {
  /external/llvm/lib/Analysis/
Lint.cpp 95 void visitInsertElementInst(InsertElementInst &I);
533 void Lint::visitInsertElementInst(InsertElementInst &I) {
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 482 void visitInsertElementInst(InsertElementInst &I);
    [all...]
  /external/llvm/lib/VMCore/
Verifier.cpp 266 void visitInsertElementInst(InsertElementInst &EI);
    [all...]

Completed in 73 milliseconds