Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1601 Constant *CF32NaNWithUndef = in TEST_F() local
1609 EXPECT_TRUE(match(CF32NaNWithUndef, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()
1610 EXPECT_FALSE(match(CF32NaNWithUndef, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()
1612 match(CF32NaNWithUndef, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()
1614 match(CF32NaNWithUndef, cstfp_pred_ty<always_false_pred<APFloat>>())); in TEST_F()