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