Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DConstantRange.cpp316 bool ConstantRange::isUpperWrapped() const { in isUpperWrapped() function in ConstantRange
365 if (isFullSet() || isUpperWrapped()) in getUnsignedMax()
392 if (!isUpperWrapped()) in contains()
401 if (!isUpperWrapped()) { in contains()
402 if (Other.isUpperWrapped()) in contains()
408 if (!Other.isUpperWrapped()) in contains()
456 if (!isUpperWrapped() && CR.isUpperWrapped()) in intersectWith()
459 if (!isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()
490 if (isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()
561 if (!isUpperWrapped() && CR.isUpperWrapped()) in unionWith()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h185 bool isUpperWrapped() const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8636 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()