Searched refs:OtherWidth (Results 1 – 1 of 1) sorted by relevance
6550 unsigned OtherWidth = OtherRange.Width; in DiagnoseOutOfRangeComparison() local6587 if (OtherWidth >= Value.getMinSignedBits()) in DiagnoseOutOfRangeComparison()6590 if (OtherWidth >= Value.getActiveBits() + 1) in DiagnoseOutOfRangeComparison()6597 if (Value.isNonNegative() && OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()6600 if (OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()6606 if (OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()6612 if (OtherWidth > Value.getActiveBits()) in DiagnoseOutOfRangeComparison()6618 Value.isNegative() && Value.getMinSignedBits() <= OtherWidth) in DiagnoseOutOfRangeComparison()