Searched refs:MinMaxLHS (Results 1 – 1 of 1) sorted by relevance
15215 const SCEV *MinMaxLHS = nullptr, *MinMaxRHS = nullptr; in collect() local15217 if (!IsMinMaxSCEVWithNonNegativeConstant(MinMaxExpr, SCTy, MinMaxLHS, in collect()15222 assert(SE.isKnownNonNegative(MinMaxLHS) && in collect()15225 IsMin ? GetPreviousSCEVDividesByDivisor(MinMaxLHS, Divisor) in collect()15226 : GetNextSCEVDividesByDivisor(MinMaxLHS, Divisor); in collect()