Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1723 const APInt &ConstDivisor = Divisor->getAPInt(); in isRemainderZero() local
1724 return ConstDividend.srem(ConstDivisor) == 0; in isRemainderZero()
H A DScalarEvolution.cpp15081 auto *ConstDivisor = dyn_cast<SCEVConstant>(Divisor); in applyLoopGuards() local
15082 if (!ConstExpr || !ConstDivisor) in applyLoopGuards()
15085 DivisorVal = ConstDivisor->getAPInt(); in applyLoopGuards()