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