Searched refs:isUpperWrapped (Results 1 – 4 of 4) sorted by relevance
436 bool ConstantRange::isUpperWrapped() const { in isUpperWrapped() function in ConstantRange494 if (isFullSet() || isUpperWrapped()) in getUnsignedMax()521 if (!isUpperWrapped()) in contains()530 if (!isUpperWrapped()) { in contains()531 if (Other.isUpperWrapped()) in contains()537 if (!Other.isUpperWrapped()) in contains()600 if (!isUpperWrapped() && CR.isUpperWrapped()) in intersectWith()603 if (!isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()634 if (isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()705 if (!isUpperWrapped() && CR.isUpperWrapped()) in unionWith()[all …]
235 LLVM_ABI bool isUpperWrapped() const;
6994 if (!CR.isUpperWrapped() && all_of(ResultTypes, [&](const auto &KV) { in switchToLookupTable()
10547 if (!CR || CR->isFullSet() || CR->isEmptySet() || CR->isUpperWrapped()) in lowerRangeToAssertZExt()