Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:lshr

2597           Constant &= SplatValue.lshr(i*BitWidth).zextOrTrunc(BitWidth);
2829 // Look for (and (add x, c1), (lshr y, c2)). If C1 wasn't a legal
3717 Mask = Mask.lshr(c1-c2);
3968 APInt Mask = APInt::getAllOnesValue(VT.getSizeInBits()).lshr(ShiftAmt);
5883 OpVal = OpVal.lshr(DstBitSize);
7717 APInt NewImm = (Imm & Mask).lshr(ShAmt).trunc(NewBW);