Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DConstantRange.cpp398 if (!isUpperWrapped()) in contains()
407 if (!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()
585 if (!isUpperWrapped() && !CR.isUpperWrapped()) { in unionWith()
604 if (!CR.isUpperWrapped()) { in unionWith()
738 if (isUpperWrapped()) { in truncate()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstantRange.h197 bool isUpperWrapped() const;
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp9000 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()