Searched refs:howFarToZero (Results 1 – 7 of 7) sorted by relevance
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | strip-injective-zext.ll | 6 ; In howFarToZero, this was further converted to an add-rec, the complexity 9 ; them in howFarToZero to simplify the input SCEV.
|
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 966 ExitLimit howFarToZero(const SCEV *V, const Loop *L, bool IsSubExpr,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1613 ExitLimit howFarToZero(const SCEV *V, const Loop *L, bool IsSubExpr,
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1720 ExitLimit howFarToZero(const SCEV *V, const Loop *L, bool IsSubExpr,
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5988 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit, in computeExitLimitFromICmp() 6047 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit); in computeExitLimitFromSingleExitSwitch() 7035 ScalarEvolution::howFarToZero(const SCEV *V, const Loop *L, bool ControlsExit, in howFarToZero() function in ScalarEvolution
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7474 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit, in computeExitLimitFromICmp() 7533 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit); in computeExitLimitFromSingleExitSwitch() 8764 ScalarEvolution::howFarToZero(const SCEV *V, const Loop *L, bool ControlsExit, in howFarToZero() function in ScalarEvolution
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7702 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit, in computeExitLimitFromICmp() 7761 ExitLimit EL = howFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit); in computeExitLimitFromSingleExitSwitch() 9012 ScalarEvolution::howFarToZero(const SCEV *V, const Loop *L, bool ControlsExit, in howFarToZero() function in ScalarEvolution
|