Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp371 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange
429 if (isFullSet() || isWrappedSet()) in getUnsignedMin()
504 if (!CR1.isWrappedSet() && CR2.isWrappedSet()) in getPreferredRange()
506 if (CR1.isWrappedSet() && !CR2.isWrappedSet()) in getPreferredRange()
1178 if (isWrappedSet() || Other.isWrappedSet()) in umax()
1206 if (isWrappedSet() || Other.isWrappedSet()) in umin()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h217 bool isWrappedSet() const;
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1179 if (!(ICmp1->hasOneUse() && ICmp2->hasOneUse()) || CR1.isWrappedSet() || in foldAndOrOfICmpsUsingRanges()
1180 CR2.isWrappedSet()) in foldAndOrOfICmpsUsingRanges()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp7051 : RangeBetween.isWrappedSet(); in getRangeForAffineNoSelfWrappingAR()
15002 if (ExactRegion.isWrappedSet() || ExactRegion.isFullSet()) in applyLoopGuards()