Searched refs:howFarToNonZero (Results 1 – 6 of 6) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 972 ExitLimit howFarToNonZero(const SCEV *V, const Loop *L);
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1619 ExitLimit howFarToNonZero(const SCEV *V, const Loop *L);
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | ScalarEvolution.h | 1726 ExitLimit howFarToNonZero(const SCEV *V, const Loop *L);
|
/external/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 5995 ExitLimit EL = howFarToNonZero(getMinusSCEV(LHS, RHS), L); in computeExitLimitFromICmp() 7216 ScalarEvolution::howFarToNonZero(const SCEV *V, const Loop *L) { in howFarToNonZero() function in ScalarEvolution
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7481 ExitLimit EL = howFarToNonZero(getMinusSCEV(LHS, RHS), L); in computeExitLimitFromICmp() 8893 ScalarEvolution::howFarToNonZero(const SCEV *V, const Loop *L) { in howFarToNonZero() function in ScalarEvolution
|
/external/llvm-project/llvm/lib/Analysis/ |
D | ScalarEvolution.cpp | 7709 ExitLimit EL = howFarToNonZero(getMinusSCEV(LHS, RHS), L); in computeExitLimitFromICmp() 9144 ScalarEvolution::howFarToNonZero(const SCEV *V, const Loop *L) { in howFarToNonZero() function in ScalarEvolution
|