Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp13435 const SCEV *RewrittenLHS = I != RewriteMap.end() ? I->second : LHS; in applyLoopGuards() local
13442 RewrittenLHS, getMinusSCEV(RHS, getOne(RHS->getType()))); in applyLoopGuards()
13446 RewriteMap[LHSUnknown->getValue()] = getUMinExpr(RewrittenLHS, RHS); in applyLoopGuards()
13451 getUMaxExpr(RewrittenLHS, getAddExpr(RHS, getOne(RHS->getType()))); in applyLoopGuards()
13455 RewriteMap[LHSUnknown->getValue()] = getUMaxExpr(RewrittenLHS, RHS); in applyLoopGuards()
13465 getUMaxExpr(RewrittenLHS, getOne(RHS->getType())); in applyLoopGuards()