Searched refs:isWrappedSet (Results 1 – 6 of 6) sorted by relevance
432 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange500 if (isFullSet() || isWrappedSet()) in getUnsignedMin()575 if (!CR1.isWrappedSet() && CR2.isWrappedSet()) in getPreferredRange()577 if (CR1.isWrappedSet() && !CR2.isWrappedSet()) in getPreferredRange()1314 if (isWrappedSet() || Other.isWrappedSet()) in umax()1342 if (isWrappedSet() || Other.isWrappedSet()) in umin()1557 (LHS.isWrappedSet() || RHS.isWrappedSet())) in estimateBitMaskedAndLowerBound()2029 assert(!ConstantRange(Lower, Upper).isWrappedSet() && in getUnsignedCountTrailingZerosRange()2084 if (!isWrappedSet()) in cttz()2097 assert(!ConstantRange(Lower, Upper).isWrappedSet() && in getUnsignedPopCountRange()[all …]
228 LLVM_ABI bool isWrappedSet() const;
1355 if (!(ICmp1->hasOneUse() && ICmp2->hasOneUse()) || CR1.isWrappedSet() || in foldAndOrOfICmpsUsingRanges()1356 CR2.isWrappedSet()) in foldAndOrOfICmpsUsingRanges()
7415 if (CR1.isWrappedSet() || CR2.isWrappedSet()) in tryFoldAndOrOrICmpsUsingRanges()
7115 : RangeBetween.isWrappedSet(); in getRangeForAffineNoSelfWrappingAR()15462 if (ExactRegion.isWrappedSet() || ExactRegion.isFullSet()) in collectFromBlock()
23821 {"_ZNK4llvm13ConstantRange12isWrappedSetEv", "llvm::ConstantRange::isWrappedSet() const"},