Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1888 ExitLimit howFarToNonZero(const SCEV *V, const Loop *L);
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp9227 ExitLimit EL = howFarToNonZero(getMinusSCEV(LHS, RHS), L); in computeExitLimitFromICmp()
10580 ScalarEvolution::howFarToNonZero(const SCEV *V, const Loop *L) { in howFarToNonZero() function in ScalarEvolution