Searched refs:MinLHS (Results 1 – 2 of 2) sorted by relevance
1165 APInt MinLHS = getSignedMin(), MaxLHS = getSignedMax(); in srem() local1167 if (MinLHS.isNonNegative()) { in srem()1179 if (MinLHS.ugt(-MinAbsRHS)) in srem()1182 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem()1187 APInt Lower = APIntOps::umax(MinLHS, -MaxAbsRHS + 1); in srem()
45231 SDValue MinLHS = Op1.getOperand(0); in combineSubToSubus() local45233 if (MinLHS == Op0) in combineSubToSubus()45236 SubusRHS = MinLHS; in combineSubToSubus()