Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DScalarEvolution.h476 ExitLimit HowFarToNonZero(const SCEV *V, const Loop *L);
/external/swiftshader/third_party/LLVM/lib/Analysis/
DScalarEvolution.cpp4492 ExitLimit EL = HowFarToNonZero(getMinusSCEV(LHS, RHS), L); in ComputeExitLimitFromICmp()
5369 ScalarEvolution::HowFarToNonZero(const SCEV *V, const Loop *L) { in HowFarToNonZero() function in ScalarEvolution