Lines Matching refs:lshr
1145 EltParts.push_back(getConstant(NewVal.lshr(i * ViaEltSizeInBits)
2074 KnownZero = KnownZero.lshr(ShAmt);
2075 KnownOne = KnownOne.lshr(ShAmt);
2094 KnownZero = KnownZero.lshr(ShAmt);
2095 KnownOne = KnownOne.lshr(ShAmt);
2099 SignBit = SignBit.lshr(ShAmt); // Adjust to where it is now in the mask.
3037 Outputs.push_back(getConstant(C1.lshr(C2), SVT));
3337 APInt ShiftedVal = C->getAPIntValue().lshr(Shift);
6666 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize);
6668 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize);