Searched refs:isUpperSignWrapped (Results 1 – 7 of 7) sorted by relevance
206 bool isUpperSignWrapped() const;
198 bool isUpperSignWrapped() const;
335 EXPECT_FALSE(Full.isUpperSignWrapped()); in TEST_F()336 EXPECT_FALSE(Empty.isUpperSignWrapped()); in TEST_F()337 EXPECT_FALSE(One.isUpperSignWrapped()); in TEST_F()338 EXPECT_FALSE(Some.isUpperSignWrapped()); in TEST_F()339 EXPECT_TRUE(Wrap.isUpperSignWrapped()); in TEST_F()348 EXPECT_TRUE(CR2.isUpperSignWrapped()); in TEST_F()
324 bool ConstantRange::isUpperSignWrapped() const { in isUpperSignWrapped() function in ConstantRange356 return !isUpperSignWrapped() && !Upper.isStrictlyPositive(); in isAllNegative()377 if (isFullSet() || isUpperSignWrapped()) in getSignedMax()
325 bool ConstantRange::isUpperSignWrapped() const { in isUpperSignWrapped() function in ConstantRange357 return !isUpperSignWrapped() && !Upper.isStrictlyPositive(); in isAllNegative()378 if (isFullSet() || isUpperSignWrapped()) in getSignedMax()
73 return R.isEmptySet() || R.isFullSet() || R.isUpperSignWrapped(); in isUnsafe()
5940 assert(!Range.isUpperSignWrapped()); in parseParamAccesses()