Home
last modified time | relevance | path

Searched refs:howManyLessThans (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1784 ExitLimit howManyLessThans(const SCEV *LHS, const SCEV *RHS, const Loop *L,
/llvm-project-15.0.7/llvm/test/Transforms/IndVarSimplify/
H A Dloop-predication.ll700 ; in howManyLessThans. Should be a simple fix.
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp8962 ExitLimit EL = howManyLessThans(LHS, RHS, L, IsSigned, ControlsExit, in computeExitLimitFromICmp()
12384 ScalarEvolution::howManyLessThans(const SCEV *LHS, const SCEV *RHS, in howManyLessThans() function in ScalarEvolution