Searched refs:RewrittenLHS (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ScalarEvolution.cpp | 14652 const SCEV *RewrittenLHS = I != RewriteMap.end() ? I->second : LHS; in applyLoopGuards() local 14658 getUMinExpr(RewrittenLHS, getMinusSCEV(RHS, getOne(RHS->getType()))); in applyLoopGuards() 14662 getSMinExpr(RewrittenLHS, getMinusSCEV(RHS, getOne(RHS->getType()))); in applyLoopGuards() 14665 RewrittenRHS = getUMinExpr(RewrittenLHS, RHS); in applyLoopGuards() 14668 RewrittenRHS = getSMinExpr(RewrittenLHS, RHS); in applyLoopGuards() 14672 getUMaxExpr(RewrittenLHS, getAddExpr(RHS, getOne(RHS->getType()))); in applyLoopGuards() 14676 getSMaxExpr(RewrittenLHS, getAddExpr(RHS, getOne(RHS->getType()))); in applyLoopGuards() 14679 RewrittenRHS = getUMaxExpr(RewrittenLHS, RHS); in applyLoopGuards() 14682 RewrittenRHS = getSMaxExpr(RewrittenLHS, RHS); in applyLoopGuards() 14691 RewrittenRHS = getUMaxExpr(RewrittenLHS, getOne(RHS->getType())); in applyLoopGuards() [all …]
|