Lines Matching defs:VectorPoison
1510 Constant *VectorPoison = PoisonValue::get(VectorTy);
1531 EXPECT_TRUE(match(VectorPoison, m_Undef()));
1540 EXPECT_FALSE(match(VectorPoison, m_Zero()));
1558 EXPECT_FALSE(match(VectorPoison, m_APInt(C)));
1559 EXPECT_FALSE(match(VectorPoison, m_APIntForbidPoison(C)));
1560 EXPECT_FALSE(match(VectorPoison, m_APIntAllowPoison(C)));
1601 Constant *VectorPoison = PoisonValue::get(VectorTy);
1629 EXPECT_TRUE(match(VectorPoison, m_Undef()));
1642 EXPECT_FALSE(match(VectorPoison, m_AnyZeroFP()));
1656 EXPECT_FALSE(match(VectorPoison, m_NaN()));
1670 EXPECT_FALSE(match(VectorPoison, m_NonNaN()));
1684 EXPECT_FALSE(match(VectorPoison, m_Inf()));
1698 EXPECT_FALSE(match(VectorPoison, m_NonInf()));
1712 EXPECT_FALSE(match(VectorPoison, m_Finite()));
1771 EXPECT_FALSE(match(VectorPoison, m_APFloat(C)));
1772 EXPECT_FALSE(match(VectorPoison, m_APFloatForbidPoison(C)));
1773 EXPECT_FALSE(match(VectorPoison, m_APFloatAllowPoison(C)));
1774 EXPECT_FALSE(match(VectorPoison, m_CheckedFp(CC, CheckTrue)));