Searched refs:OtherWidth (Results 1 – 1 of 1) sorted by relevance
6058 unsigned OtherWidth = OtherRange.Width; in DiagnoseOutOfRangeComparison() local6095 if (OtherWidth >= Value.getMinSignedBits()) in DiagnoseOutOfRangeComparison()6098 if (OtherWidth >= Value.getActiveBits() + 1) in DiagnoseOutOfRangeComparison()6105 if (Value.isNonNegative() && OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()6108 if (OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()6114 if (OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()6120 if (OtherWidth > Value.getActiveBits()) in DiagnoseOutOfRangeComparison()6126 Value.isNegative() && Value.getMinSignedBits() <= OtherWidth) in DiagnoseOutOfRangeComparison()