Searched refs:CU32MaxWithUndef (Results 1 – 1 of 1) sorted by relevance
1583 Constant *CU32MaxWithUndef = in TEST_F() local1591 EXPECT_TRUE(match(CU32MaxWithUndef, cst_pred_ty<is_unsigned_max_pred>())); in TEST_F()1592 EXPECT_FALSE(match(CU32MaxWithUndef, cst_pred_ty<is_unsigned_zero_pred>())); in TEST_F()1593 EXPECT_TRUE(match(CU32MaxWithUndef, cst_pred_ty<always_true_pred<APInt>>())); in TEST_F()1595 match(CU32MaxWithUndef, cst_pred_ty<always_false_pred<APInt>>())); in TEST_F()