Searched refs:uint64max (Results 1 – 1 of 1) sorted by relevance
402 auto uint64max = UINT64_MAX; in TEST() local406 auto u64 = APInt{128, uint64max}; in TEST()410 EXPECT_TRUE( u64.uge(uint64max)); in TEST()411 EXPECT_TRUE(!u64.ugt(uint64max)); in TEST()412 EXPECT_TRUE( u64.ule(uint64max)); in TEST()413 EXPECT_TRUE(!u64.ult(uint64max)); in TEST()423 EXPECT_TRUE(u64 == uint64max); in TEST()427 EXPECT_TRUE(!s64.uge(uint64max)); in TEST()428 EXPECT_TRUE(!s64.ugt(uint64max)); in TEST()440 EXPECT_TRUE(s64 != uint64max); in TEST()[all …]