Searched refs:isUpperWrapped (Results 1 – 3 of 3) sorted by relevance
375 bool ConstantRange::isUpperWrapped() const { in isUpperWrapped() function in ConstantRange423 if (isFullSet() || isUpperWrapped()) in getUnsignedMax()450 if (!isUpperWrapped()) in contains()459 if (!isUpperWrapped()) { in contains()460 if (Other.isUpperWrapped()) in contains()466 if (!Other.isUpperWrapped()) in contains()529 if (!isUpperWrapped() && CR.isUpperWrapped()) in intersectWith()532 if (!isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()563 if (isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()634 if (!isUpperWrapped() && CR.isUpperWrapped()) in unionWith()[all …]
224 bool isUpperWrapped() const;
9470 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()