Lines Matching refs:VectorUndef
1059 Constant *VectorUndef = UndefValue::get(VectorTy); in TEST_F() local
1071 EXPECT_TRUE(match(VectorUndef, m_Undef())); in TEST_F()
1077 EXPECT_FALSE(match(VectorUndef, m_Zero())); in TEST_F()
1088 EXPECT_FALSE(match(VectorUndef, m_APInt(C))); in TEST_F()
1089 EXPECT_FALSE(match(VectorUndef, m_APIntForbidUndef(C))); in TEST_F()
1090 EXPECT_FALSE(match(VectorUndef, m_APIntAllowUndef(C))); in TEST_F()
1124 Constant *VectorUndef = UndefValue::get(VectorTy); in TEST_F() local
1141 EXPECT_TRUE(match(VectorUndef, m_Undef())); in TEST_F()
1149 EXPECT_FALSE(match(VectorUndef, m_AnyZeroFP())); in TEST_F()
1157 EXPECT_FALSE(match(VectorUndef, m_NaN())); in TEST_F()
1166 EXPECT_FALSE(match(VectorUndef, m_NonNaN())); in TEST_F()
1175 EXPECT_FALSE(match(VectorUndef, m_Inf())); in TEST_F()
1184 EXPECT_FALSE(match(VectorUndef, m_NonInf())); in TEST_F()
1193 EXPECT_FALSE(match(VectorUndef, m_Finite())); in TEST_F()
1207 EXPECT_FALSE(match(VectorUndef, m_APFloat(C))); in TEST_F()
1208 EXPECT_FALSE(match(VectorUndef, m_APFloatForbidUndef(C))); in TEST_F()
1209 EXPECT_FALSE(match(VectorUndef, m_APFloatAllowUndef(C))); in TEST_F()