Home | History | Annotate | Download | only in Support

Lines Matching refs:isWrappedSet

128 /// isWrappedSet - Return true if this set wraps around the top of the range,
131 bool ConstantRange::isWrappedSet() const {
163 if (isFullSet() || isWrappedSet())
172 if (isFullSet() || (isWrappedSet() && getUpper() != 0))
182 if (!isWrappedSet()) {
197 if (!isWrappedSet()) {
215 if (!isWrappedSet())
228 if (!isWrappedSet()) {
229 if (Other.isWrappedSet())
235 if (!Other.isWrappedSet())
271 if (!isWrappedSet() && CR.isWrappedSet())
274 if (!isWrappedSet() && !CR.isWrappedSet()) {
293 if (isWrappedSet() && !CR.isWrappedSet()) {
351 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this);
353 if (!isWrappedSet() && !CR.isWrappedSet()) {
374 if (!CR.isWrappedSet()) {
430 if (isFullSet() || isWrappedSet()) {
479 if (isWrappedSet()) {