Home
last modified time | relevance | path

Searched refs:isUpperWrapped (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp425 bool ConstantRange::isUpperWrapped() const { in isUpperWrapped() function in ConstantRange
483 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 …]
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h229 bool isUpperWrapped() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6816 if (!CR.isUpperWrapped() && all_of(ResultTypes, [&](const auto &KV) { in SwitchToLookupTable()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp10385 if (!CR || CR->isFullSet() || CR->isEmptySet() || CR->isUpperWrapped()) in lowerRangeToAssertZExt()