Searched refs:is_unsigned_max_pred (Results 1 – 1 of 1) sorted by relevance
1458 struct is_unsigned_max_pred { struct1481 EXPECT_TRUE(match(CU32Max, cst_pred_ty<is_unsigned_max_pred>())); in TEST_F()1486 EXPECT_FALSE(match(CU32Zero, cst_pred_ty<is_unsigned_max_pred>())); in TEST_F()1491 EXPECT_FALSE(match(CU32DeadBeef, cst_pred_ty<is_unsigned_max_pred>())); in TEST_F()1534 EXPECT_TRUE(match(CSplatU32Max, cst_pred_ty<is_unsigned_max_pred>())); in TEST_F()1539 EXPECT_FALSE(match(CSplatU32Zero, cst_pred_ty<is_unsigned_max_pred>())); in TEST_F()1544 EXPECT_FALSE(match(CSplatU32DeadBeef, cst_pred_ty<is_unsigned_max_pred>())); in TEST_F()1586 EXPECT_FALSE(match(CMixedU32, cst_pred_ty<is_unsigned_max_pred>())); in TEST_F()1591 EXPECT_TRUE(match(CU32MaxWithUndef, cst_pred_ty<is_unsigned_max_pred>())); in TEST_F()