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.
2772 Outputs.push_back(getConstant(C1.lshr(C2), SVT));
3067 APInt ShiftedVal = C->getAPIntValue().lshr(Shift);
6329 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize);
6331 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize);