Home | History | Annotate | Download | only in SelectionDAG

Lines Matching defs:RotAmt

2220       unsigned RotAmt = C->getZExtValue() & (VTBits-1);
2224 RotAmt = (VTBits-RotAmt) & (VTBits-1);
2229 if (Tmp > RotAmt+1) return Tmp-RotAmt;