Searched refs:m_Inf (Results 1 – 3 of 3) sorted by relevance
5340 bool IsInf = match(V, m_Inf()); in simplifyFPOp()5404 if (match(Op1, m_Inf())) in simplifyFAddInst()5485 if (match(Op0, m_Inf())) in simplifyFSubInst()5489 if (match(Op1, m_Inf())) in simplifyFSubInst()
626 inline cstfp_pred_ty<is_inf> m_Inf() { return cstfp_pred_ty<is_inf>(); } in m_Inf() function
1225 return FCmpInst::isUnordered(P) && match(RHS, m_Inf()); in matchUnorderedInfCompare()