Searched refs:HowFarToZero (Results 1 – 2 of 2) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 497 ExitLimit HowFarToZero(const SCEV *V, const Loop *L, bool IsSubExpr);
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5132 ExitLimit EL = HowFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit); in ComputeExitLimitFromICmp() 5187 ExitLimit EL = HowFarToZero(getMinusSCEV(LHS, RHS), L, ControlsExit); in ComputeExitLimitFromSingleExitSwitch() 6057 ScalarEvolution::HowFarToZero(const SCEV *V, const Loop *L, bool ControlsExit) { in HowFarToZero() function in ScalarEvolution
|