Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp1839 const SCEV *NewHigh = in expandBounds() local
1841 if (!isa<SCEVCouldNotCompute>(NewHigh)) { in expandBounds()
1844 High = NewHigh; in expandBounds()