Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:RotAmt

2186       unsigned RotAmt = C->getZExtValue() & (VTBits-1);
2190 RotAmt = (VTBits-RotAmt) & (VTBits-1);
2195 if (Tmp > RotAmt+1) return Tmp-RotAmt;