Searched refs:FromRewritten (Results 1 – 1 of 1) sorted by relevance
15182 if (From == FromRewritten) in applyLoopGuards()15294 const SCEV *FromRewritten = GetMaybeRewritten(From); in applyLoopGuards() local15300 To = getUMinExpr(FromRewritten, RHS); in applyLoopGuards()15301 if (auto *UMax = dyn_cast<SCEVUMaxExpr>(FromRewritten)) in applyLoopGuards()15306 To = getSMinExpr(FromRewritten, RHS); in applyLoopGuards()15307 if (auto *SMax = dyn_cast<SCEVSMaxExpr>(FromRewritten)) in applyLoopGuards()15312 To = getUMaxExpr(FromRewritten, RHS); in applyLoopGuards()15313 if (auto *UMin = dyn_cast<SCEVUMinExpr>(FromRewritten)) in applyLoopGuards()15318 To = getSMaxExpr(FromRewritten, RHS); in applyLoopGuards()15331 To = getUMaxExpr(FromRewritten, OneAlignedUp); in applyLoopGuards()[all …]