Searched refs:DividesBy (Results 1 – 1 of 1) sorted by relevance
15621 [&](const SCEV *Expr, const SCEV *&DividesBy) { in collectFromBlock() argument15631 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() argument15644 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() local15654 if (HasDivisibiltyInfo(RewrittenLHS, DividesBy)) in collectFromBlock()[all …]