Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DConstantRange.cpp375 bool ConstantRange::isUpperWrapped() const { in isUpperWrapped() function in ConstantRange
423 if (isFullSet() || isUpperWrapped()) in getUnsignedMax()
450 if (!isUpperWrapped()) in contains()
459 if (!isUpperWrapped()) { in contains()
460 if (Other.isUpperWrapped()) in contains()
466 if (!Other.isUpperWrapped()) in contains()
529 if (!isUpperWrapped() && CR.isUpperWrapped()) in intersectWith()
532 if (!isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()
563 if (isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()
634 if (!isUpperWrapped() && CR.isUpperWrapped()) in unionWith()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DConstantRange.h224 bool isUpperWrapped() const;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9470 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()