Searched refs:m_Inf (Results 1 – 3 of 3) sorted by relevance
1174 EXPECT_FALSE(match(ScalarUndef, m_Inf())); in TEST_F()1175 EXPECT_FALSE(match(VectorUndef, m_Inf())); in TEST_F()1176 EXPECT_FALSE(match(VectorZeroUndef, m_Inf())); in TEST_F()1177 EXPECT_TRUE(match(ScalarPosInf, m_Inf())); in TEST_F()1178 EXPECT_TRUE(match(ScalarNegInf, m_Inf())); in TEST_F()1179 EXPECT_FALSE(match(ScalarNaN, m_Inf())); in TEST_F()1180 EXPECT_TRUE(match(VectorInfUndef, m_Inf())); in TEST_F()1181 EXPECT_FALSE(match(VectorNaNUndef, m_Inf())); in TEST_F()
626 inline cstfp_pred_ty<is_inf> m_Inf() { return cstfp_pred_ty<is_inf>(); } in m_Inf() function
5112 bool IsInf = match(V, m_Inf()); in simplifyFPOp()