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

  /external/llvm/include/llvm/
InstVisitor.h 197 RetTy visitInsertElementInst(InsertElementInst &I) { DELEGATE(Instruction);}
  /external/llvm/lib/Transforms/InstCombine/
InstCombine.h 202 Instruction *visitInsertElementInst(InsertElementInst &IE);
InstCombineVectorOps.cpp 442 Instruction *InstCombiner::visitInsertElementInst(InsertElementInst &IE) {
    [all...]
  /external/llvm/lib/Analysis/
Lint.cpp 95 void visitInsertElementInst(InsertElementInst &I);
567 void Lint::visitInsertElementInst(InsertElementInst &I) {
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 475 void visitInsertElementInst(InsertElementInst &I);
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 287 void visitInsertElementInst(InsertElementInst &EI);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 153 milliseconds