Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:ROTL

2217   case ISD::ROTL:
2227 // number that are left. This handles rotl(sext(x), 1) for example.
2777 case ISD::ROTL:
2778 Outputs.push_back(getConstant(C1.rotl(C2), SVT));
2914 case ISD::ROTL:
6162 case ISD::ROTL: