Searched refs:isAllNonNegative (Results 1 – 8 of 8) sorted by relevance
242 bool isAllNonNegative() const;
234 bool isAllNonNegative() const;
2258 EXPECT_TRUE(Empty.isAllNonNegative()); in TEST_F()2260 EXPECT_FALSE(Full.isAllNonNegative()); in TEST_F()2276 EXPECT_EQ(AllNonNegative, CR.isAllNonNegative()); in TEST_F()
359 bool ConstantRange::isAllNonNegative() const { in isAllNonNegative() function in ConstantRange
360 bool ConstantRange::isAllNonNegative() const { in isAllNonNegative() function in ConstantRange
1696 if (IV.getConstantRange().isAllNonNegative()) { in simplifyInstsInBlock()
4291 (LHSRange.isAllNonNegative() || RHSRange.isAllNonNegative()); in computeOverflowForSignedAdd()
4601 (LHSRange.isAllNonNegative() || RHSRange.isAllNonNegative()); in computeOverflowForSignedAdd()