Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DConstantRange.cpp393 if (!isWrappedSet()) in contains()
402 if (!isWrappedSet()) { in contains()
409 if (!Other.isWrappedSet()) in contains()
436 if (!isWrappedSet() && CR.isWrappedSet()) in intersectWith()
439 if (!isWrappedSet() && !CR.isWrappedSet()) { in intersectWith()
458 if (isWrappedSet() && !CR.isWrappedSet()) { in intersectWith()
509 if (!isWrappedSet() && CR.isWrappedSet()) return CR.unionWith(*this); in unionWith()
511 if (!isWrappedSet() && !CR.isWrappedSet()) { in unionWith()
529 if (!CR.isWrappedSet()) { in unionWith()
664 if (isWrappedSet()) { in truncate()
[all …]
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DConstantRange.h143 bool isWrappedSet() const;
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp8026 if (CR.isFullSet() || CR.isEmptySet() || CR.isWrappedSet()) in lowerRangeToAssertZExt()