Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DConstantRange.cpp143 bool ConstantRange::isWrappedSet() const { in isWrappedSet() function in ConstantRange
172 if (isFullSet() || isWrappedSet()) in getUnsignedMax()
181 if (isFullSet() || (isWrappedSet() && getUpper() != 0)) in getUnsignedMin()
191 if (!isWrappedSet()) { in getSignedMax()
206 if (!isWrappedSet()) { in getSignedMin()
224 if (!isWrappedSet()) in contains()
237 if (!isWrappedSet()) { in contains()
238 if (Other.isWrappedSet()) in contains()
244 if (!Other.isWrappedSet()) in contains()
280 if (!isWrappedSet() && CR.isWrappedSet()) in intersectWith()
[all …]
/external/llvm/unittests/IR/
DConstantRangeTest.cpp37 EXPECT_FALSE(Full.isWrappedSet()); in TEST_F()
47 EXPECT_FALSE(Empty.isWrappedSet()); in TEST_F()
56 EXPECT_FALSE(One.isWrappedSet()); in TEST_F()
66 EXPECT_FALSE(Some.isWrappedSet()); in TEST_F()
75 EXPECT_TRUE(Wrap.isWrappedSet()); in TEST_F()
/external/llvm/include/llvm/IR/
DConstantRange.h109 bool isWrappedSet() const;
/external/llvm/lib/Analysis/
DValueTracking.cpp346 if (Range.isWrappedSet()) in computeKnownBitsFromRangeMetadata()