Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp454 if (!isUpperWrapped()) in contains()
463 if (!isUpperWrapped()) { in contains()
470 if (!Other.isUpperWrapped()) in contains()
533 if (!isUpperWrapped() && CR.isUpperWrapped()) in intersectWith()
536 if (!isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()
567 if (isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()
638 if (!isUpperWrapped() && CR.isUpperWrapped()) in unionWith()
641 if (!isUpperWrapped() && !CR.isUpperWrapped()) { in unionWith()
660 if (!CR.isUpperWrapped()) { in unionWith()
820 if (isUpperWrapped()) { in truncate()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h224 bool isUpperWrapped() const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp6709 if (!CR.isUpperWrapped() && all_of(ResultTypes, [&](const auto &KV) { in SwitchToLookupTable()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9867 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()