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