Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp15291 [&](const SCEV *Expr, const SCEV *&DividesBy) { in collect() argument
15301 DividesBy = MulRHS; in collect()
15306 return HasDivisibiltyInfo(MinMax->getOperand(0), DividesBy) || in collect()
15307 HasDivisibiltyInfo(MinMax->getOperand(1), DividesBy); in collect()
15313 [&](const SCEV *Expr, const SCEV *DividesBy) { in collect() argument
15314 if (SE.getURemExpr(Expr, DividesBy)->isZero()) in collect()
15317 return IsKnownToDivideBy(MinMax->getOperand(0), DividesBy) && in collect()
15318 IsKnownToDivideBy(MinMax->getOperand(1), DividesBy); in collect()
15323 const SCEV *DividesBy = nullptr; in collect() local
15324 if (HasDivisibiltyInfo(RewrittenLHS, DividesBy)) in collect()
[all …]