Home
last modified time | relevance | path

Searched refs:howFarToNonZero (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1770 ExitLimit howFarToNonZero(const SCEV *V, const Loop *L);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8955 ExitLimit EL = howFarToNonZero(getMinusSCEV(LHS, RHS), L); in computeExitLimitFromICmp()
10253 ScalarEvolution::howFarToNonZero(const SCEV *V, const Loop *L) { in howFarToNonZero() function in ScalarEvolution