Searched refs:VectorZeroUndef (Results 1 – 1 of 1) sorted by relevance
1074 EXPECT_FALSE(match(VectorZeroUndef, m_Undef())); in TEST_F()1080 EXPECT_TRUE(match(VectorZeroUndef, m_Zero())); in TEST_F()1113 EXPECT_FALSE(match(VectorZeroUndef, m_APInt(C))); in TEST_F()1131 Constant *VectorZeroUndef = in TEST_F() local1144 EXPECT_FALSE(match(VectorZeroUndef, m_Undef())); in TEST_F()1158 EXPECT_FALSE(match(VectorZeroUndef, m_NaN())); in TEST_F()1167 EXPECT_TRUE(match(VectorZeroUndef, m_NonNaN())); in TEST_F()1176 EXPECT_FALSE(match(VectorZeroUndef, m_Inf())); in TEST_F()1185 EXPECT_TRUE(match(VectorZeroUndef, m_NonInf())); in TEST_F()1194 EXPECT_TRUE(match(VectorZeroUndef, m_Finite())); in TEST_F()[all …]