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

References

lib/Transforms/Vectorize/SLPVectorizer.cpp
  797           if (isa<LoadInst>(Op)) {
  801             Value *OpLeft = (LeftToRight) ? OpLastLane : Op;
  802             Value *OpRight = (LeftToRight) ? Op : OpLastLane;
  810           if ((isa<Instruction>(Op) && isa<Instruction>(OpLastLane) &&
  811                cast<Instruction>(Op)->getOpcode() ==
  813               (isa<UndefValue>(OpLastLane) && isa<Instruction>(Op)) ||
  814               isa<UndefValue>(Op)) {
  816             unsigned Score = (isa<UndefValue>(Op)) ? GoodScore : BestScore;
  824           if (isa<Constant>(Op)) {
  825             unsigned Score = (isa<UndefValue>(Op)) ? GoodScore : BestScore;
  833           if (Op == OpLastLane)