Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1477 Constant *CU32Max = Constant::getIntegerValue(U32Ty, U32Max); in TEST_F() local
1481 EXPECT_TRUE(match(CU32Max, cst_pred_ty<is_unsigned_max_pred>())); in TEST_F()
1482 EXPECT_FALSE(match(CU32Max, cst_pred_ty<is_unsigned_zero_pred>())); in TEST_F()
1483 EXPECT_TRUE(match(CU32Max, cst_pred_ty<always_true_pred<APInt>>())); in TEST_F()
1484 EXPECT_FALSE(match(CU32Max, cst_pred_ty<always_false_pred<APInt>>())); in TEST_F()
1530 Constant *CSplatU32Max = ConstantVector::getSplat(EC, CU32Max); in TEST_F()
1581 Constant *CMixedU32 = ConstantVector::get({CU32Max, CU32Zero, CU32DeadBeef}); in TEST_F()
1584 ConstantVector::get({CU32Undef, CU32Max, CU32Undef}); in TEST_F()