Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp9950 bool RhsConstant) { in CheckTautologicalComparison() argument
9996 auto Result = PromotedRange::constantValue(E->getOpcode(), Cmp, RhsConstant); in CheckTautologicalComparison()
10008 RhsConstant)) { in CheckTautologicalComparison()
10056 << RhsConstant << OtherValueRange.Width << OtherValueRange.NonNegative in CheckTautologicalComparison()
10092 << RhsConstant << OtherT << E->getOpcodeStr() << OS.str() << *Result in CheckTautologicalComparison()
10138 const bool RhsConstant = (bool)RHSValue; in AnalyzeComparison() local
10139 Expr *Const = RhsConstant ? RHS : LHS; in AnalyzeComparison()
10140 Expr *Other = RhsConstant ? LHS : RHS; in AnalyzeComparison()
10141 const llvm::APSInt &Value = RhsConstant ? *RHSValue : *LHSValue; in AnalyzeComparison()
10145 if (CheckTautologicalComparison(S, E, Const, Other, Value, RhsConstant)) in AnalyzeComparison()