Searched refs:OtherWidth (Results 1 – 2 of 2) sorted by relevance
70 unsigned OtherWidth = OtherVal.getBitWidth(); in compare() local72 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare()
7443 unsigned OtherWidth = OtherRange.Width; in DiagnoseOutOfRangeComparison() local7480 if (OtherWidth >= Value.getMinSignedBits()) in DiagnoseOutOfRangeComparison()7483 if (OtherWidth >= Value.getActiveBits() + 1) in DiagnoseOutOfRangeComparison()7490 if (Value.isNonNegative() && OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()7493 if (OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()7499 if (OtherWidth >= Value.getActiveBits()) in DiagnoseOutOfRangeComparison()7505 if (OtherWidth > Value.getActiveBits()) in DiagnoseOutOfRangeComparison()7511 Value.isNegative() && Value.getMinSignedBits() <= OtherWidth) in DiagnoseOutOfRangeComparison()