Lines Matching refs:getUMaxExpr
2458 const SCEV *ScalarEvolution::getUMaxExpr(const SCEV *LHS, in getUMaxExpr() function in ScalarEvolution
2463 return getUMaxExpr(Ops); in getUMaxExpr()
2467 ScalarEvolution::getUMaxExpr(SmallVectorImpl<const SCEV *> &Ops) { in getUMaxExpr() function in ScalarEvolution
2524 return getUMaxExpr(Ops); in getUMaxExpr()
2571 return getNotSCEV(getUMaxExpr(getNotSCEV(LHS), getNotSCEV(RHS))); in getUMinExpr()
2868 return getUMaxExpr(PromotedLHS, PromotedRHS); in getUMaxFromMismatchedTypes()
3862 return getAddExpr(getUMaxExpr(LS, RS), LDiff); in createSCEV()
3881 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createSCEV()
3896 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createSCEV()
5032 return getUMaxExpr(NewOps); in computeSCEVAtScope()
6150 : getUMaxExpr(RHS, Start); in HowManyLessThans()