Searched refs:OtherWidth (Results 1 – 1 of 1) sorted by relevance
4881 unsigned OtherWidth = OtherRange.Width; in DiagnoseOutOfRangeComparison() local4888 if (OtherWidth >= Value.getMinSignedBits()) in DiagnoseOutOfRangeComparison()4891 if (OtherWidth >= Value.getActiveBits() + 1) in DiagnoseOutOfRangeComparison()4898 if (Value.isNonNegative() && OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()4901 if (OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()4907 if (OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()4911 if (OtherWidth > Value.getActiveBits()) in DiagnoseOutOfRangeComparison()4916 Value.isNegative() && Value.getMinSignedBits() <= OtherWidth) in DiagnoseOutOfRangeComparison()