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

  /external/llvm/include/llvm/
InstVisitor.h 198 RetTy visitShuffleVectorInst(ShuffleVectorInst &I) { DELEGATE(Instruction);}
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp 746 Instruction *InstCombiner::visitShuffleVectorInst(ShuffleVectorInst &SVI) {
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SCCP.cpp 476 void visitShuffleVectorInst(ShuffleVectorInst &I);
    [all...]
  /external/llvm/lib/IR/
Verifier.cpp 288 void visitShuffleVectorInst(ShuffleVectorInst &EI);
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]

Completed in 268 milliseconds