Searched refs:howFarToZero (Results 1 – 3 of 3) sorted by relevance
| /llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/ |
| H A D | strip-injective-zext.ll | 5 ; 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 D | ScalarEvolution.h | 1764 ExitLimit howFarToZero(const SCEV *V, const Loop *L, bool IsSubExpr,
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 8938 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
|