Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h502 ExitLimit HowFarToNonZero(const SCEV *V, const Loop *L);
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5138 ExitLimit EL = HowFarToNonZero(getMinusSCEV(LHS, RHS), L); in ComputeExitLimitFromICmp()
6191 ScalarEvolution::HowFarToNonZero(const SCEV *V, const Loop *L) { in HowFarToNonZero() function in ScalarEvolution