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.cpp15621 [&](const SCEV *Expr, const SCEV *&DividesBy) { in collectFromBlock() argument
15631 DividesBy = MulRHS; in collectFromBlock()
15636 return HasDivisibiltyInfo(MinMax->getOperand(0), DividesBy) || in collectFromBlock()
15637 HasDivisibiltyInfo(MinMax->getOperand(1), DividesBy); in collectFromBlock()
15643 [&](const SCEV *Expr, const SCEV *DividesBy) { in collectFromBlock() argument
15644 if (SE.getURemExpr(Expr, DividesBy)->isZero()) in collectFromBlock()
15647 return IsKnownToDivideBy(MinMax->getOperand(0), DividesBy) && in collectFromBlock()
15648 IsKnownToDivideBy(MinMax->getOperand(1), DividesBy); in collectFromBlock()
15653 const SCEV *DividesBy = nullptr; in collectFromBlock() local
15654 if (HasDivisibiltyInfo(RewrittenLHS, DividesBy)) in collectFromBlock()
[all …]