Home
last modified time | relevance | path

Searched refs:RewrittenLHS (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp15005 const SCEV *RewrittenLHS = I != RewriteMap.end() ? I->second : LHSUnknown; in applyLoopGuards() local
15008 getUMinExpr(RewrittenLHS, getConstant(ExactRegion.getUnsignedMax()))); in applyLoopGuards()
15051 const SCEV *RewrittenLHS = I != RewriteMap.end() ? I->second : LHS; in applyLoopGuards() local
15057 getUMinExpr(RewrittenLHS, getMinusSCEV(RHS, getOne(RHS->getType()))); in applyLoopGuards()
15061 getSMinExpr(RewrittenLHS, getMinusSCEV(RHS, getOne(RHS->getType()))); in applyLoopGuards()
15064 RewrittenRHS = getUMinExpr(RewrittenLHS, RHS); in applyLoopGuards()
15067 RewrittenRHS = getSMinExpr(RewrittenLHS, RHS); in applyLoopGuards()
15071 getUMaxExpr(RewrittenLHS, getAddExpr(RHS, getOne(RHS->getType()))); in applyLoopGuards()
15075 getSMaxExpr(RewrittenLHS, getAddExpr(RHS, getOne(RHS->getType()))); in applyLoopGuards()
15078 RewrittenRHS = getUMaxExpr(RewrittenLHS, RHS); in applyLoopGuards()
[all …]