Searched refs:m_NegZeroFP (Results 1 – 4 of 4) sorted by relevance
5156 if (match(Op1, m_NegZeroFP())) in simplifyFAddInst()5219 if (match(Op1, m_NegZeroFP()) && in simplifyFSubInst()5227 if (match(Op0, m_NegZeroFP()) && match(Op1, m_FNeg(m_Value(X)))) in simplifyFSubInst()5416 if (match(Op0, m_NegZeroFP())) in simplifyFRemInst()
980 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
1887 if (match(II->getArgOperand(2), m_NegZeroFP()) || in visitCallInst()