Searched refs:isUpperWrapped (Results 1 – 3 of 3) sorted by relevance
316 bool ConstantRange::isUpperWrapped() const { in isUpperWrapped() function in ConstantRange365 if (isFullSet() || isUpperWrapped()) in getUnsignedMax()392 if (!isUpperWrapped()) in contains()401 if (!isUpperWrapped()) { in contains()402 if (Other.isUpperWrapped()) in contains()408 if (!Other.isUpperWrapped()) in contains()456 if (!isUpperWrapped() && CR.isUpperWrapped()) in intersectWith()459 if (!isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()490 if (isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()561 if (!isUpperWrapped() && CR.isUpperWrapped()) in unionWith()[all …]
185 bool isUpperWrapped() const;
8636 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()