Searched refs:MinRHS (Results 1 – 6 of 6) sorted by relevance
305 Value *MinLHS, *MinRHS; in isSSATMinMaxPattern() local308 matchSelectPattern(MinInst, MinLHS, MinRHS).Flavor; in isSSATMinMaxPattern()310 PatternMatch::match(MinRHS, PatternMatch::m_ConstantInt(MinC)) && in isSSATMinMaxPattern()
8611 APInt MinRHS = getSignedRange(RHS).getSignedMin(); in doesIVOverflowOnGT() local8617 return (MinValue + MaxStrideMinusOne).sgt(MinRHS); in doesIVOverflowOnGT()8620 APInt MinRHS = getUnsignedRange(RHS).getUnsignedMin(); in doesIVOverflowOnGT() local8626 return (MinValue + MaxStrideMinusOne).ugt(MinRHS); in doesIVOverflowOnGT()
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()
11034 APInt MinRHS = getSignedRangeMin(RHS); in doesIVOverflowOnGT() local11039 return (std::move(MinValue) + MaxStrideMinusOne).sgt(MinRHS); in doesIVOverflowOnGT()11042 APInt MinRHS = getUnsignedRangeMin(RHS); in doesIVOverflowOnGT() local11047 return (std::move(MinValue) + MaxStrideMinusOne).ugt(MinRHS); in doesIVOverflowOnGT()
48546 SDValue MinRHS = Op1.getOperand(1); in combineSubToSubus() local48548 SubusRHS = MinRHS; in combineSubToSubus()48549 else if (MinRHS == Op0) in combineSubToSubus()48560 SDValue MinRHS = Op1.getOperand(0).getOperand(1); in combineSubToSubus() local48569 OpToSaturate = MinRHS; in combineSubToSubus()48570 else if (MinRHS.getOpcode() == ISD::ZERO_EXTEND && in combineSubToSubus()48571 MinRHS.getOperand(0) == Op0) in combineSubToSubus()
45232 SDValue MinRHS = Op1.getOperand(1); in combineSubToSubus() local45234 SubusRHS = MinRHS; in combineSubToSubus()45235 else if (MinRHS == Op0) in combineSubToSubus()