Lines Matching refs:isFullSet
117 /// isFullSet - Return true if this set contains all of the elements possible
119 bool ConstantRange::isFullSet() const {
150 if (isFullSet()) {
164 if (isFullSet() || isWrappedSet())
173 if (isFullSet() || (isWrappedSet() && getUpper() != 0))
214 return isFullSet();
226 if (isFullSet() || Other.isEmptySet()) return true;
227 if (isEmptySet() || Other.isFullSet()) return false;
269 if ( isEmptySet() || CR.isFullSet()) return *this;
270 if (CR.isEmptySet() || isFullSet()) return CR;
349 if ( isFullSet() || CR.isEmptySet()) return *this;
350 if (CR.isFullSet() || isEmptySet()) return CR;
427 if (isEmptySet()) return ConstantRange(DstTySize, /*isFullSet=*/false);
431 if (isFullSet() || isWrappedSet()) {
447 if (isEmptySet()) return ConstantRange(DstTySize, /*isFullSet=*/false);
451 if (isFullSet() || isSignWrappedSet()) {
466 return ConstantRange(DstTySize, /*isFullSet=*/false);
467 if (isFullSet())
468 return ConstantRange(DstTySize, /*isFullSet=*/true);
475 ConstantRange Union(DstTySize, /*isFullSet=*/false);
483 return ConstantRange(DstTySize, /*isFullSet=*/true);
511 return ConstantRange(DstTySize, /*isFullSet=*/true);
539 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
540 if (isFullSet() || Other.isFullSet())
541 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
547 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
552 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
560 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
561 if (isFullSet() || Other.isFullSet())
562 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
568 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
573 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
586 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
603 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
607 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
616 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
620 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
627 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
628 if (RHS.isFullSet())
629 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
648 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
656 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
662 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
669 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
675 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
682 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
693 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
699 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
704 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
710 if (isFullSet())
711 return ConstantRange(getBitWidth(), /*isFullSet=*/false);
713 return ConstantRange(getBitWidth(), /*isFullSet=*/true);
720 if (isFullSet())