Lines Matching defs:VectorZeroUndef
1519 Constant *VectorZeroUndef = ConstantVector::get(Elems);
1534 EXPECT_FALSE(match(VectorZeroUndef, m_Undef()));
1541 EXPECT_FALSE(match(VectorZeroUndef, m_Zero()));
1584 EXPECT_FALSE(match(VectorZeroUndef, m_APInt(C)));
1585 EXPECT_FALSE(match(VectorZeroUndef, m_APIntForbidPoison(C)));
1586 EXPECT_FALSE(match(VectorZeroUndef, m_APIntAllowPoison(C)));
1608 Constant *VectorZeroUndef =
1632 EXPECT_FALSE(match(VectorZeroUndef, m_Undef()));
1645 EXPECT_FALSE(match(VectorZeroUndef, m_AnyZeroFP()));
1654 EXPECT_FALSE(match(VectorZeroUndef, m_NaN()));
1668 EXPECT_FALSE(match(VectorZeroUndef, m_NonNaN()));
1682 EXPECT_FALSE(match(VectorZeroUndef, m_Inf()));
1696 EXPECT_FALSE(match(VectorZeroUndef, m_NonInf()));
1710 EXPECT_FALSE(match(VectorZeroUndef, m_Finite()));
1723 EXPECT_FALSE(match(VectorZeroUndef, m_CheckedFp(CheckTrue)));
1734 EXPECT_FALSE(match(VectorZeroUndef, m_CheckedFp(CheckFalse)));
1745 EXPECT_FALSE(match(VectorZeroUndef, m_CheckedFp(CheckNonNaN)));
1805 EXPECT_FALSE(match(VectorZeroUndef, m_APFloat(C)));
1806 EXPECT_FALSE(match(VectorZeroUndef, m_APFloatForbidPoison(C)));
1807 EXPECT_FALSE(match(VectorZeroUndef, m_APFloatAllowPoison(C)));
1808 EXPECT_FALSE(match(VectorZeroUndef, m_Finite(C)));