Home
last modified time | relevance | path

Searched refs:VectorNaNUndef (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DPatternMatch.cpp1137 Constant *VectorNaNUndef = in TEST_F() local
1146 EXPECT_FALSE(match(VectorNaNUndef, m_Undef())); in TEST_F()
1154 EXPECT_FALSE(match(VectorNaNUndef, m_AnyZeroFP())); in TEST_F()
1163 EXPECT_TRUE(match(VectorNaNUndef, m_NaN())); in TEST_F()
1172 EXPECT_FALSE(match(VectorNaNUndef, m_NonNaN())); in TEST_F()
1181 EXPECT_FALSE(match(VectorNaNUndef, m_Inf())); in TEST_F()
1190 EXPECT_TRUE(match(VectorNaNUndef, m_NonInf())); in TEST_F()
1199 EXPECT_FALSE(match(VectorNaNUndef, m_Finite())); in TEST_F()