Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:lshr

1796       KnownZero = KnownZero.lshr(ShAmt);
1797 KnownOne = KnownOne.lshr(ShAmt);
1817 KnownZero = KnownZero.lshr(ShAmt);
1818 KnownOne = KnownOne.lshr(ShAmt);
1822 SignBit = SignBit.lshr(ShAmt); // Adjust to where it is now in the mask.
2653 case ISD::SRL: return getConstant(C1.lshr(C2), VT);
2912 APInt ShiftedVal = C->getAPIntValue().lshr(Shift);
6097 APInt HighValue = SplatValue.lshr(HalfSize).trunc(HalfSize);
6099 APInt HighUndef = SplatUndef.lshr(HalfSize).trunc(HalfSize);