Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:RotAmt

2218       unsigned RotAmt = C->getZExtValue() & (VTBits-1);
2222 RotAmt = (VTBits-RotAmt) & (VTBits-1);
2227 if (Tmp > RotAmt+1) return Tmp-RotAmt;