Lines Matching refs:VectorZeroUndef
1068 Constant *VectorZeroUndef = ConstantVector::get(Elems); in TEST_F() local
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()
1114 EXPECT_FALSE(match(VectorZeroUndef, m_APIntForbidUndef(C))); in TEST_F()
1116 EXPECT_TRUE(match(VectorZeroUndef, m_APIntAllowUndef(C))); in TEST_F()
1131 Constant *VectorZeroUndef = in TEST_F() local
1144 EXPECT_FALSE(match(VectorZeroUndef, m_Undef())); in TEST_F()
1152 EXPECT_TRUE(match(VectorZeroUndef, m_AnyZeroFP())); 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()
1232 EXPECT_FALSE(match(VectorZeroUndef, m_APFloat(C))); in TEST_F()
1233 EXPECT_FALSE(match(VectorZeroUndef, m_APFloatForbidUndef(C))); in TEST_F()
1235 EXPECT_TRUE(match(VectorZeroUndef, m_APFloatAllowUndef(C))); in TEST_F()
1238 EXPECT_TRUE(match(VectorZeroUndef, m_Finite(C))); in TEST_F()