Searched refs:MaxLHS (Results 1 – 7 of 7) sorted by relevance
1165 APInt MinLHS = getSignedMin(), MaxLHS = getSignedMax(); in srem() local1169 if (MaxLHS.ult(MinAbsRHS)) in srem()1173 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem()1178 if (MaxLHS.isNegative()) { in srem()1188 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem()
1231 APInt MinLHS = getSignedMin(), MaxLHS = getSignedMax(); in srem() local1235 if (MaxLHS.ult(MinAbsRHS)) in srem()1239 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem()1244 if (MaxLHS.isNegative()) { in srem()1254 APInt Upper = APIntOps::umin(MaxLHS, MaxAbsRHS - 1) + 1; in srem()
1999 const SCEV *MaxLHS = Max->getOperand(0); in OptimizeMax() local2004 if (!MaxLHS || in OptimizeMax()2005 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()
2285 const SCEV *MaxLHS = Max->getOperand(0); in OptimizeMax() local2290 if (!MaxLHS || in OptimizeMax()2291 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()
2290 const SCEV *MaxLHS = Max->getOperand(0); in OptimizeMax() local2295 if (!MaxLHS || in OptimizeMax()2296 (ICmpInst::isTrueWhenEqual(Pred) ? !MaxLHS->isZero() : (MaxLHS != One))) in OptimizeMax()
45221 SDValue MaxLHS = Op0.getOperand(0); in combineSubToSubus() local45223 if (MaxLHS == Op1) in combineSubToSubus()45226 SubusLHS = MaxLHS; in combineSubToSubus()
48535 SDValue MaxLHS = Op0.getOperand(0); in combineSubToSubus() local48537 if (MaxLHS == Op1) in combineSubToSubus()48540 SubusLHS = MaxLHS; in combineSubToSubus()