Lines Matching defs:SrlY
8719 SDValue SrlY = DAG.getNode(ISD::SRL, DL, VT, Y, RHSShiftAmt);8720 Res = DAG.getNode(ISD::OR, DL, VT, RotX, SrlY);