Searched refs:CF32NaNWithUndef (Results 1 – 1 of 1) sorted by relevance
1601 Constant *CF32NaNWithUndef = in TEST_F() local1609 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()