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