Searched refs:RewrittenRHS (Results 1 – 1 of 1) sorted by relevance
14654 const SCEV *RewrittenRHS = nullptr; in applyLoopGuards() local14657 RewrittenRHS = in applyLoopGuards()14661 RewrittenRHS = in applyLoopGuards()14665 RewrittenRHS = getUMinExpr(RewrittenLHS, RHS); in applyLoopGuards()14668 RewrittenRHS = getSMinExpr(RewrittenLHS, RHS); in applyLoopGuards()14671 RewrittenRHS = in applyLoopGuards()14675 RewrittenRHS = in applyLoopGuards()14679 RewrittenRHS = getUMaxExpr(RewrittenLHS, RHS); in applyLoopGuards()14686 RewrittenRHS = RHS; in applyLoopGuards()14697 if (RewrittenRHS) { in applyLoopGuards()[all …]