Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp14598 auto ExactRegion = in applyLoopGuards() local
14603 if (ExactRegion.isWrappedSet() || ExactRegion.isFullSet()) in applyLoopGuards()
14608 getConstant(ExactRegion.getUnsignedMin()), in applyLoopGuards()
14609 getUMinExpr(RewrittenLHS, getConstant(ExactRegion.getUnsignedMax()))); in applyLoopGuards()