Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:Rot

3187   if (SDNode *Rot = MatchRotate(N0, N1, N->getDebugLoc()))
3188 return SDValue(Rot, 0);
3219 // a rot[lr].
3268 SDValue Rot = DAG.getNode(HasROTL ? ISD::ROTL : ISD::ROTR, DL, VT,
3284 Rot = DAG.getNode(ISD::AND, DL, VT, Rot, DAG.getConstant(Mask, VT));
3287 return Rot.getNode();