Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1607 ExitLimit howManyLessThans(const SCEV *LHS, const SCEV *RHS, const Loop *L,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp7366 ExitLimit EL = howManyLessThans(LHS, RHS, L, IsSigned, ControlsExit, in computeExitLimitFromICmp()
10491 ScalarEvolution::howManyLessThans(const SCEV *LHS, const SCEV *RHS, in howManyLessThans() function in ScalarEvolution