Searched refs:CF32Pi (Results 1 – 1 of 1) sorted by relevance
1505 Constant *CF32Pi = ConstantFP::get(F32Ty, F32Pi); in TEST_F() local1517 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_nan_pred>())); in TEST_F()1518 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<is_float_zero_pred>())); in TEST_F()1519 EXPECT_TRUE(match(CF32Pi, cstfp_pred_ty<always_true_pred<APFloat>>())); in TEST_F()1520 EXPECT_FALSE(match(CF32Pi, cstfp_pred_ty<always_false_pred<APFloat>>())); in TEST_F()1556 Constant *CSplatF32Pi = ConstantVector::getSplat(EC, CF32Pi); in TEST_F()1599 Constant *CMixedF32 = ConstantVector::get({CF32NaN, CF32Zero, CF32Pi}); in TEST_F()