Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp421 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange
489 if (isFullSet() || isWrappedSet()) in getUnsignedMin()
564 if (!CR1.isWrappedSet() && CR2.isWrappedSet()) in getPreferredRange()
566 if (CR1.isWrappedSet() && !CR2.isWrappedSet()) in getPreferredRange()
1290 if (isWrappedSet() || Other.isWrappedSet()) in umax()
1318 if (isWrappedSet() || Other.isWrappedSet()) in umin()
1844 assert(!ConstantRange(Lower, Upper).isWrappedSet() && in getUnsignedCountTrailingZerosRange()
1899 if (!isWrappedSet()) in cttz()
1912 assert(!ConstantRange(Lower, Upper).isWrappedSet() && in getUnsignedPopCountRange()
1944 if (!isWrappedSet()) in ctpop()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h222 bool isWrappedSet() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp1307 if (!(ICmp1->hasOneUse() && ICmp2->hasOneUse()) || CR1.isWrappedSet() || in foldAndOrOfICmpsUsingRanges()
1308 CR2.isWrappedSet()) in foldAndOrOfICmpsUsingRanges()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCombinerHelper.cpp7078 if (CR1.isWrappedSet() || CR2.isWrappedSet()) in tryFoldAndOrOrICmpsUsingRanges()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp7103 : RangeBetween.isWrappedSet(); in getRangeForAffineNoSelfWrappingAR()
15129 if (ExactRegion.isWrappedSet() || ExactRegion.isFullSet()) in collect()