Searched refs:isUpperWrapped (Results 1 – 3 of 3) sorted by relevance
322 bool ConstantRange::isUpperWrapped() const { in isUpperWrapped() function in ConstantRange371 if (isFullSet() || isUpperWrapped()) in getUnsignedMax()398 if (!isUpperWrapped()) in contains()407 if (!isUpperWrapped()) { in contains()408 if (Other.isUpperWrapped()) in contains()414 if (!Other.isUpperWrapped()) in contains()477 if (!isUpperWrapped() && CR.isUpperWrapped()) in intersectWith()480 if (!isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()511 if (isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()582 if (!isUpperWrapped() && CR.isUpperWrapped()) in unionWith()[all …]
197 bool isUpperWrapped() const;
8942 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()