reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
  801             Value *OpLeft = (LeftToRight) ? OpLastLane : Op;
  802             Value *OpRight = (LeftToRight) ? Op : OpLastLane;
  810           if ((isa<Instruction>(Op) && isa<Instruction>(OpLastLane) &&
  812                    cast<Instruction>(OpLastLane)->getOpcode()) ||
  813               (isa<UndefValue>(OpLastLane) && isa<Instruction>(Op)) ||
  833           if (Op == OpLastLane)