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.cpp15293 [&](const SCEV *Expr, const SCEV *&DividesBy) { in collect() argument
15303 DividesBy = MulRHS; in collect()
15308 return HasDivisibiltyInfo(MinMax->getOperand(0), DividesBy) || in collect()
15309 HasDivisibiltyInfo(MinMax->getOperand(1), DividesBy); in collect()
15315 [&](const SCEV *Expr, const SCEV *DividesBy) { in collect() argument
15316 if (SE.getURemExpr(Expr, DividesBy)->isZero()) in collect()
15319 return IsKnownToDivideBy(MinMax->getOperand(0), DividesBy) && in collect()
15320 IsKnownToDivideBy(MinMax->getOperand(1), DividesBy); in collect()
15325 const SCEV *DividesBy = nullptr; in collect() local
15326 if (HasDivisibiltyInfo(RewrittenLHS, DividesBy)) in collect()
[all …]