Searched refs:DividesBy (Results 1 – 1 of 1) sorted by relevance
15291 [&](const SCEV *Expr, const SCEV *&DividesBy) { in collect() argument15301 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() argument15314 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() local15324 if (HasDivisibiltyInfo(RewrittenLHS, DividesBy)) in collect()[all …]