Lines Matching defs:isFullSet
116 /// isFullSet - Return true if this set contains all of the elements possible
118 bool ConstantRange::isFullSet() const {
149 if (isFullSet()) {
163 if (isFullSet() || isWrappedSet())
172 if (isFullSet() || (isWrappedSet() && getUpper() != 0))
213 return isFullSet();
225 if (isFullSet() || Other.isEmptySet()) return true;
226 if (isEmptySet() || Other.isFullSet()) return false;
268 if ( isEmptySet() || CR.isFullSet()) return *this;
269 if (CR.isEmptySet() || isFullSet()) return CR;
348 if ( isFullSet() || CR.isEmptySet()) return *this;
349 if (CR.isFullSet() || isEmptySet()) return CR;
426 if (isEmptySet()) return ConstantRange(DstTySize, /*isFullSet=*/false);
430 if (isFullSet() || isWrappedSet()) {
446 if (isEmptySet()) return ConstantRange(DstTySize, /*isFullSet=*/false);
450 if (isFullSet() || isSignWrappedSet()) {
465 return ConstantRange(DstTySize, /*isFullSet=*/false);
466 if (isFullSet())
467 return ConstantRange(DstTySize, /*isFullSet=*/true);
474 ConstantRange Union(DstTySize, /*isFullSet=*/false);
482 return ConstantRange(DstTySize, /*isFullSet=*/true);
510 return ConstantRange(DstTySize, /*isFullSet=*/true);
538 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
539 if (isFullSet() || Other.isFullSet())
540 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
546 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
551 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
559 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
560 if (isFullSet() || Other.isFullSet())
561 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
567 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
572 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
585 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
602 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
606 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
615 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
619 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
626 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
627 if (RHS.isFullSet())
628 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
647 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
655 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
661 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
668 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
674 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
681 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
692 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
698 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
703 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
709 if (isFullSet())
710 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
712 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
719 if (isFullSet())