Lines Matching defs:VectorUndef
1508 Constant *VectorUndef = UndefValue::get(VectorTy);
1530 EXPECT_TRUE(match(VectorUndef, m_Undef()));
1539 EXPECT_FALSE(match(VectorUndef, m_Zero()));
1552 EXPECT_FALSE(match(VectorUndef, m_APInt(C)));
1553 EXPECT_FALSE(match(VectorUndef, m_APIntForbidPoison(C)));
1554 EXPECT_FALSE(match(VectorUndef, m_APIntAllowPoison(C)));
1599 Constant *VectorUndef = UndefValue::get(VectorTy);
1627 EXPECT_TRUE(match(VectorUndef, m_Undef()));
1640 EXPECT_FALSE(match(VectorUndef, m_AnyZeroFP()));
1653 EXPECT_FALSE(match(VectorUndef, m_NaN()));
1667 EXPECT_FALSE(match(VectorUndef, m_NonNaN()));
1681 EXPECT_FALSE(match(VectorUndef, m_Inf()));
1695 EXPECT_FALSE(match(VectorUndef, m_NonInf()));
1709 EXPECT_FALSE(match(VectorUndef, m_Finite()));
1763 EXPECT_FALSE(match(VectorUndef, m_APFloat(C)));
1764 EXPECT_FALSE(match(VectorUndef, m_APFloatForbidPoison(C)));
1765 EXPECT_FALSE(match(VectorUndef, m_APFloatAllowPoison(C)));
1766 EXPECT_FALSE(match(VectorUndef, m_CheckedFp(CC, CheckTrue)));