Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h972 ExitLimit howFarToNonZero(const SCEV *V, const Loop *L);
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5995 ExitLimit EL = howFarToNonZero(getMinusSCEV(LHS, RHS), L); in computeExitLimitFromICmp()
7216 ScalarEvolution::howFarToNonZero(const SCEV *V, const Loop *L) { in howFarToNonZero() function in ScalarEvolution