Home
last modified time | relevance | path

Searched refs:MinMaxLHS (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp15215 const SCEV *MinMaxLHS = nullptr, *MinMaxRHS = nullptr; in collect() local
15217 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()