Home
last modified time | relevance | path

Searched refs:CU32MaxWithUndef (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1583 Constant *CU32MaxWithUndef = in TEST_F() local
1591 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()