Home
last modified time | relevance | path

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

/external/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 …]
/external/llvm-project/llvm/lib/IR/
DConstantRange.cpp317 bool ConstantRange::isUpperWrapped() const { in isUpperWrapped() function in ConstantRange
366 if (isFullSet() || isUpperWrapped()) in getUnsignedMax()
393 if (!isUpperWrapped()) in contains()
402 if (!isUpperWrapped()) { in contains()
403 if (Other.isUpperWrapped()) in contains()
409 if (!Other.isUpperWrapped()) in contains()
472 if (!isUpperWrapped() && CR.isUpperWrapped()) in intersectWith()
475 if (!isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()
506 if (isUpperWrapped() && !CR.isUpperWrapped()) { in intersectWith()
577 if (!isUpperWrapped() && CR.isUpperWrapped()) in unionWith()
[all …]
/external/llvm-project/llvm/include/llvm/IR/
DConstantRange.h193 bool isUpperWrapped() const;
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DConstantRange.h185 bool isUpperWrapped() const;
/external/llvm-project/llvm/unittests/IR/
DConstantRangeTest.cpp330 EXPECT_FALSE(Full.isUpperWrapped()); in TEST_F()
331 EXPECT_FALSE(Empty.isUpperWrapped()); in TEST_F()
332 EXPECT_FALSE(One.isUpperWrapped()); in TEST_F()
333 EXPECT_FALSE(Some.isUpperWrapped()); in TEST_F()
334 EXPECT_TRUE(Wrap.isUpperWrapped()); in TEST_F()
344 EXPECT_TRUE(CR1.isUpperWrapped()); in TEST_F()
/external/llvm-project/polly/lib/Analysis/
DScopInfo.cpp746 if (Range.isUpperWrapped() || Range.isSignWrappedSet()) in computeBoundsOnAccessRelation()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8636 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.cpp8703 if (CR.isFullSet() || CR.isEmptySet() || CR.isUpperWrapped()) in lowerRangeToAssertZExt()