Searched refs:PromotedRange (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaChecking.cpp | 11478 struct PromotedRange { struct 11484 PromotedRange(IntRange R, unsigned BitWidth, bool Unsigned) { in PromotedRange() function 11664 PromotedRange OtherPromotedValueRange(OtherValueRange, Value.getBitWidth(), in CheckTautologicalComparison() 11667 auto Result = PromotedRange::constantValue(E->getOpcode(), Cmp, RhsConstant); in CheckTautologicalComparison() 11675 PromotedRange OtherPromotedTypeRange(OtherTypeRange, Value.getBitWidth(), in CheckTautologicalComparison() 11678 if (auto TypeResult = PromotedRange::constantValue(E->getOpcode(), TypeCmp, in CheckTautologicalComparison() 11697 bool InRange = Cmp & PromotedRange::InRangeFlag; in CheckTautologicalComparison()
|