Lines Matching refs:Rot
3238 if (SDNode *Rot = MatchRotate(N0, N1, SDLoc(N)))
3239 return SDValue(Rot, 0);
3270 // a rot[lr].
3319 SDValue Rot = DAG.getNode(HasROTL ? ISD::ROTL : ISD::ROTR, DL, VT,
3335 Rot = DAG.getNode(ISD::AND, DL, VT, Rot, DAG.getConstant(Mask, VT));
3338 return Rot.getNode();