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.cpp11189 bool RhsConstant) { in CheckTautologicalComparison() argument
11237 auto Result = PromotedRange::constantValue(E->getOpcode(), Cmp, RhsConstant); in CheckTautologicalComparison()
11249 RhsConstant)) { in CheckTautologicalComparison()
11297 << RhsConstant << OtherValueRange->Width << OtherValueRange->NonNegative in CheckTautologicalComparison()
11333 << RhsConstant << OtherT << E->getOpcodeStr() << OS.str() << *Result in CheckTautologicalComparison()
11379 const bool RhsConstant = (bool)RHSValue; in AnalyzeComparison() local
11380 Expr *Const = RhsConstant ? RHS : LHS; in AnalyzeComparison()
11381 Expr *Other = RhsConstant ? LHS : RHS; in AnalyzeComparison()
11382 const llvm::APSInt &Value = RhsConstant ? *RHSValue : *LHSValue; in AnalyzeComparison()
11386 if (CheckTautologicalComparison(S, E, Const, Other, Value, RhsConstant)) in AnalyzeComparison()