Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp375 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange
433 if (isFullSet() || isWrappedSet()) in getUnsignedMin()
508 if (!CR1.isWrappedSet() && CR2.isWrappedSet()) in getPreferredRange()
510 if (CR1.isWrappedSet() && !CR2.isWrappedSet()) in getPreferredRange()
1212 if (isWrappedSet() || Other.isWrappedSet()) in umax()
1240 if (isWrappedSet() || Other.isWrappedSet()) in umin()
1751 assert(!ConstantRange(Lower, Upper).isWrappedSet() && in getUnsignedCountTrailingZerosRange()
1806 if (!isWrappedSet()) in cttz()
1819 assert(!ConstantRange(Lower, Upper).isWrappedSet() && in getUnsignedPopCountRange()
1851 if (!isWrappedSet()) in ctpop()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h217 bool isWrappedSet() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1264 if (!(ICmp1->hasOneUse() && ICmp2->hasOneUse()) || CR1.isWrappedSet() || in foldAndOrOfICmpsUsingRanges()
1265 CR2.isWrappedSet()) in foldAndOrOfICmpsUsingRanges()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7089 : RangeBetween.isWrappedSet(); in getRangeForAffineNoSelfWrappingAR()
15042 if (ExactRegion.isWrappedSet() || ExactRegion.isFullSet()) in applyLoopGuards()