Searched refs:MinShiftAmount (Results 1 – 1 of 1) sorted by relevance
213 if (MinShiftAmount == 0 && ShAmtNonZero) in shl()214 MinShiftAmount = 1; in shl()216 Known.Zero.setLowBits(MinShiftAmount); in shl()217 if (NUW && NSW && MinShiftAmount != 0) in shl()235 if (MinShiftAmount == 0 && MaxShiftAmount == BitWidth - 1 && in shl()286 if (MinShiftAmount == 0 && ShAmtNonZero) in lshr()287 MinShiftAmount = 1; in lshr()289 Known.Zero.setHighBits(MinShiftAmount); in lshr()330 if (MinShiftAmount == 0 && ShAmtNonZero) in ashr()331 MinShiftAmount = 1; in ashr()[all …]