Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp318 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange
377 if (isFullSet() || isWrappedSet()) in getUnsignedMin()
452 if (!CR1.isWrappedSet() && CR2.isWrappedSet()) in getPreferredRange()
454 if (CR1.isWrappedSet() && !CR2.isWrappedSet()) in getPreferredRange()
1081 if (isWrappedSet() || Other.isWrappedSet()) in umax()
1109 if (isWrappedSet() || Other.isWrappedSet()) in umin()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h190 bool isWrappedSet() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp6198 : RangeBetween.isWrappedSet(); in getRangeForAffineNoSelfWrappingAR()