reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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)