Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DConstantRange.cpp322 bool ConstantRange::isUpperWrapped() const { in isUpperWrapped() function in ConstantRange
371 if (isFullSet() || isUpperWrapped()) in getUnsignedMax()
398 if (!isUpperWrapped()) in contains()
407 if (!isUpperWrapped()) { in contains()
408 if (Other.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()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DConstantRange.h197 bool isUpperWrapped() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8942 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()