Searched refs:VectorUndef (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/llvm/unittests/IR/ |
| H A D | PatternMatch.cpp | 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() 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() [all …]
|