Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:lshr

1837       KnownZero = KnownZero.lshr(ShAmt);
1838 KnownOne = KnownOne.lshr(ShAmt);
1858 KnownZero = KnownZero.lshr(ShAmt);
1859 KnownOne = KnownOne.lshr(ShAmt);
1863 SignBit = SignBit.lshr(ShAmt); // Adjust to where it is now in the mask.
2767 Outputs.push_back(getConstant(C1.lshr(C2), SVT));
3062 APInt ShiftedVal = C->getAPIntValue().lshr(Shift);
6306 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize);
6308 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize);