Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp12159 const SCEV *NewMore = nullptr, *NewLess = nullptr; in computeConstantDifference() local
12168 if (NewLess) in computeConstantDifference()
12170 NewLess = S; in computeConstantDifference()
12176 if (NewMore == More || NewLess == Less) in computeConstantDifference()
12180 Less = NewLess; in computeConstantDifference()