Lines Matching refs:TrailingZeros
7798 unsigned TrailingZeros = 0; in expandDIVREMByConstant() local
7800 TrailingZeros = Divisor.countr_zero(); in expandDIVREMByConstant()
7801 Divisor.lshrInPlace(TrailingZeros); in expandDIVREMByConstant()
7819 if (TrailingZeros) { in expandDIVREMByConstant()
7822 APInt Mask = APInt::getLowBitsSet(HBitWidth, TrailingZeros); in expandDIVREMByConstant()
7830 DAG.getShiftAmountConstant(TrailingZeros, HiLoVT, dl)), in expandDIVREMByConstant()
7832 DAG.getShiftAmountConstant(HBitWidth - TrailingZeros, in expandDIVREMByConstant()
7835 DAG.getShiftAmountConstant(TrailingZeros, HiLoVT, dl)); in expandDIVREMByConstant()
7895 if (TrailingZeros) { in expandDIVREMByConstant()
7896 APInt Mask = APInt::getLowBitsSet(HBitWidth, TrailingZeros); in expandDIVREMByConstant()
7898 DAG.getShiftAmountConstant(TrailingZeros, HiLoVT, dl)); in expandDIVREMByConstant()