Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dstrip-injective-zext.ll5 ; In howFarToZero, this was further converted to an add-rec, the complexity
8 ; them in howFarToZero to simplify the input SCEV.
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1764 ExitLimit howFarToZero(const SCEV *V, const Loop *L, bool IsSubExpr,
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8938 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit, in computeExitLimitFromICmp()
9000 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit); in computeExitLimitFromSingleExitSwitch()
10119 ScalarEvolution::howFarToZero(const SCEV *V, const Loop *L, bool ControlsExit, in howFarToZero() function in ScalarEvolution