Searched refs:is_unsigned_zero_pred (Results 1 – 1 of 1) sorted by relevance
1442 struct is_unsigned_zero_pred { struct1482 EXPECT_FALSE(match(CU32Max, cst_pred_ty<is_unsigned_zero_pred>())); in TEST_F()1487 EXPECT_TRUE(match(CU32Zero, cst_pred_ty<is_unsigned_zero_pred>())); in TEST_F()1492 EXPECT_FALSE(match(CU32DeadBeef, cst_pred_ty<is_unsigned_zero_pred>())); in TEST_F()1535 EXPECT_FALSE(match(CSplatU32Max, cst_pred_ty<is_unsigned_zero_pred>())); in TEST_F()1540 EXPECT_TRUE(match(CSplatU32Zero, cst_pred_ty<is_unsigned_zero_pred>())); in TEST_F()1546 match(CSplatU32DeadBeef, cst_pred_ty<is_unsigned_zero_pred>())); in TEST_F()1587 EXPECT_FALSE(match(CMixedU32, cst_pred_ty<is_unsigned_zero_pred>())); in TEST_F()1592 EXPECT_FALSE(match(CU32MaxWithUndef, cst_pred_ty<is_unsigned_zero_pred>())); in TEST_F()