Searched refs:MinRHS (Results 1 – 2 of 2) sorted by relevance
10576 APInt MinRHS = getSignedRangeMin(RHS); in doesIVOverflowOnGT() local10581 return (std::move(MinValue) + MaxStrideMinusOne).sgt(MinRHS); in doesIVOverflowOnGT()10584 APInt MinRHS = getUnsignedRangeMin(RHS); in doesIVOverflowOnGT() local10589 return (std::move(MinValue) + MaxStrideMinusOne).ugt(MinRHS); in doesIVOverflowOnGT()
45258 SDValue MinRHS = Op1.getOperand(1); in combineSubToSubus() local45260 SubusRHS = MinRHS; in combineSubToSubus()45261 else if (MinRHS == Op0) in combineSubToSubus()