Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ROTL

2457   case ISD::ROTL:
2467 // number that are left. This handles rotl(sext(x), 1) for example.
3042 case ISD::ROTL:
3043 Outputs.push_back(getConstant(C1.rotl(C2), SVT));
3184 case ISD::ROTL:
6452 case ISD::ROTL: