Home
last modified time | relevance | path

Searched refs:OtherWidth (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/llvm/lib/Support/
DAPFixedPoint.cpp70 unsigned OtherWidth = OtherVal.getBitWidth(); in compare() local
72 unsigned CommonWidth = std::max(Val.getBitWidth(), OtherWidth); in compare()
/external/clang/lib/Sema/
DSemaChecking.cpp7443 unsigned OtherWidth = OtherRange.Width; in DiagnoseOutOfRangeComparison() local
7480 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()