Lines Matching defs:RhsConstant
10320 bool RhsConstant) {
10368 auto Result = PromotedRange::constantValue(E->getOpcode(), Cmp, RhsConstant);
10380 RhsConstant)) {
10428 << RhsConstant << OtherValueRange->Width << OtherValueRange->NonNegative
10464 << RhsConstant << OtherT << E->getOpcodeStr() << OS.str() << *Result
10510 const bool RhsConstant = (bool)RHSValue;
10511 Expr *Const = RhsConstant ? RHS : LHS;
10512 Expr *Other = RhsConstant ? LHS : RHS;
10513 const llvm::APSInt &Value = RhsConstant ? *RHSValue : *LHSValue;
10517 if (CheckTautologicalComparison(S, E, Const, Other, Value, RhsConstant))