Lines Matching full:amounts
25 // We have two shift amounts from two different shifts. The types of those in canTryToConstantAddTwoShiftAmounts()
26 // shift amounts may not match. If that's the case let's bailout now.. in canTryToConstantAddTwoShiftAmounts()
36 // shift amounts. so it may now overflow in smaller bitwidth. in canTryToConstantAddTwoShiftAmounts()
83 // Verify that it would be safe to try to add those two shift amounts. in reassociateShiftAmtsOfTwoSameDirectionShifts()
233 // Verify that it would be safe to try to add those two shift amounts. in dropRedundantMaskingOfLeftShiftInput()
247 // completely unknown. Replace the `undef` shift amounts with final in dropRedundantMaskingOfLeftShiftInput()
272 // Verify that it would be safe to try to add those two shift amounts. in dropRedundantMaskingOfLeftShiftInput()
286 // completely unknown. Replace the `undef` shift amounts with negated in dropRedundantMaskingOfLeftShiftInput()
518 /// that have constant shift amounts: OuterShift (InnerShift X, C1), C2.
536 // Equal shift amounts in opposite directions become bitwise 'and': in canEvaluateShiftedShift()
660 // Equal shift amounts in opposite directions become bitwise 'and': in foldShiftedShift()