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

  /external/llvm/include/llvm/IR/
InstVisitor.h 202 RetTy visitShuffleVectorInst(ShuffleVectorInst &I) { DELEGATE(Instruction);}
  /external/llvm/lib/Transforms/Scalar/
Scalarizer.cpp 148 bool visitShuffleVectorInst(ShuffleVectorInst &);
542 bool Scalarizer::visitShuffleVectorInst(ShuffleVectorInst &SVI) {
SCCP.cpp 479 void visitShuffleVectorInst(ShuffleVectorInst &I);
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineVectorOps.cpp     [all...]
  /external/llvm/lib/Analysis/
CFLAliasAnalysis.cpp 441 void visitShuffleVectorInst(ShuffleVectorInst &Inst) {
    [all...]
  /external/llvm/lib/Transforms/Instrumentation/
DataFlowSanitizer.cpp 347 void visitShuffleVectorInst(ShuffleVectorInst &I);
    [all...]
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/IR/
Verifier.cpp 375 void visitShuffleVectorInst(ShuffleVectorInst &EI);
    [all...]

Completed in 1394 milliseconds