Lines Matching refs:getUMaxExpr
3018 const SCEV *ScalarEvolution::getUMaxExpr(const SCEV *LHS, in getUMaxExpr() function in ScalarEvolution
3023 return getUMaxExpr(Ops); in getUMaxExpr()
3027 ScalarEvolution::getUMaxExpr(SmallVectorImpl<const SCEV *> &Ops) { in getUMaxExpr() function in ScalarEvolution
3084 return getUMaxExpr(Ops); in getUMaxExpr()
3131 return getNotSCEV(getUMaxExpr(getNotSCEV(LHS), getNotSCEV(RHS))); in getUMinExpr()
3421 return getUMaxExpr(PromotedLHS, PromotedRHS); in getUMaxFromMismatchedTypes()
4384 return getAddExpr(getUMaxExpr(LS, RS), LDiff); in createSCEV()
4403 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createSCEV()
4418 return getAddExpr(getUMaxExpr(One, LS), LDiff); in createSCEV()
5838 return getUMaxExpr(NewOps); in computeSCEVAtScope()
7303 : getUMaxExpr(RHS, Start); in HowManyLessThans()