Searched refs:isUpperWrapped (Results 1 – 4 of 4) sorted by relevance
425 bool ConstantRange::isUpperWrapped() const { in isUpperWrapped() function in ConstantRange483 if (isFullSet() || isUpperWrapped()) in getUnsignedMax()510 if (!isUpperWrapped()) in contains()519 if (!isUpperWrapped()) { in contains()520 if (Other.isUpperWrapped()) in contains()526 if (!Other.isUpperWrapped()) in contains()589 if (!isUpperWrapped() && CR.isUpperWrapped()) in intersectWith()592 if (!isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()623 if (isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()694 if (!isUpperWrapped() && CR.isUpperWrapped()) in unionWith()[all …]
229 bool isUpperWrapped() const;
6816 if (!CR.isUpperWrapped() && all_of(ResultTypes, [&](const auto &KV) { in SwitchToLookupTable()
10385 if (!CR || CR->isFullSet() || CR->isEmptySet() || CR->isUpperWrapped()) in lowerRangeToAssertZExt()