Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:lshr

1470       if (SimplifyDemandedBits(InOp, NewMask.lshr(ShAmt),
1480 if (ShAmt < InnerBits && NewMask.lshr(InnerBits) == 0 &&
1538 KnownZero = KnownZero.lshr(ShAmt);
1539 KnownOne = KnownOne.lshr(ShAmt);
1575 KnownZero = KnownZero.lshr(ShAmt);
1576 KnownOne = KnownOne.lshr(ShAmt);
1579 APInt SignBit = APInt::getSignBit(BitWidth).lshr(ShAmt);
1768 HighBits = HighBits.lshr(ShAmt->getZExtValue()).trunc(BitWidth);
2063 bestMask = Mask.lshr(offset * (width/8) * 8);
3371 magics = N1C.lshr(Shift).magicu(Shift);