Searched refs:PromotedRange (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaChecking.cpp | 10948 struct PromotedRange { struct 10954 PromotedRange(IntRange R, unsigned BitWidth, bool Unsigned) { in PromotedRange() function 11134 PromotedRange OtherPromotedValueRange(OtherValueRange, Value.getBitWidth(), in CheckTautologicalComparison() 11137 auto Result = PromotedRange::constantValue(E->getOpcode(), Cmp, RhsConstant); in CheckTautologicalComparison() 11145 PromotedRange OtherPromotedTypeRange(OtherTypeRange, Value.getBitWidth(), in CheckTautologicalComparison() 11148 if (auto TypeResult = PromotedRange::constantValue(E->getOpcode(), TypeCmp, in CheckTautologicalComparison() 11167 bool InRange = Cmp & PromotedRange::InRangeFlag; in CheckTautologicalComparison()
|