Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp12983 bool RhsConstant) { in CheckTautologicalComparison() argument
13029 auto Result = PromotedRange::constantValue(E->getOpcode(), Cmp, RhsConstant); in CheckTautologicalComparison()
13041 RhsConstant)) { in CheckTautologicalComparison()
13089 << RhsConstant << OtherValueRange.Width << OtherValueRange.NonNegative in CheckTautologicalComparison()
13125 << RhsConstant << OtherT << E->getOpcodeStr() << OS.str() << *Result in CheckTautologicalComparison()
13171 const bool RhsConstant = (bool)RHSValue; in AnalyzeComparison() local
13172 Expr *Const = RhsConstant ? RHS : LHS; in AnalyzeComparison()
13173 Expr *Other = RhsConstant ? LHS : RHS; in AnalyzeComparison()
13174 const llvm::APSInt &Value = RhsConstant ? *RHSValue : *LHSValue; in AnalyzeComparison()
13178 if (CheckTautologicalComparison(S, E, Const, Other, Value, RhsConstant)) in AnalyzeComparison()