Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp14997 auto ExactRegion = in applyLoopGuards() local
15002 if (ExactRegion.isWrappedSet() || ExactRegion.isFullSet()) in applyLoopGuards()
15007 getConstant(ExactRegion.getUnsignedMin()), in applyLoopGuards()
15008 getUMinExpr(RewrittenLHS, getConstant(ExactRegion.getUnsignedMax()))); in applyLoopGuards()