Searched refs:m_NegZeroFP (Results 1 – 4 of 4) sorted by relevance
5390 if (match(Op1, m_NegZeroFP())) in simplifyFAddInst()5457 if (match(Op1, m_NegZeroFP()) && in simplifyFSubInst()5465 if (match(Op0, m_NegZeroFP()) && match(Op1, m_FNeg(m_Value(X)))) in simplifyFSubInst()5672 if (match(Op0, m_NegZeroFP())) in simplifyFRemInst()
981 if (match(C1, m_NegZeroFP()) && isa<UndefValue>(C2)) in ConstantFoldBinaryInstruction()
682 inline cstfp_pred_ty<is_neg_zero_fp> m_NegZeroFP() { in m_NegZeroFP() function
1977 if (match(II->getArgOperand(2), m_NegZeroFP()) || in visitCallInst()