Searched refs:howFarToZero (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 966 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
|