Searched refs:m_NegZeroFP (Results 1 – 4 of 4) sorted by relevance
773 if (match(C1, m_NegZeroFP()) && isa<UndefValue>(C2)) in ConstantFoldBinaryInstruction()
5633 if (match(Op1, m_NegZeroFP())) in simplifyFAddInst()5700 if (match(Op1, m_NegZeroFP()) && in simplifyFSubInst()5708 if (match(Op0, m_NegZeroFP()) && match(Op1, m_FNeg(m_Value(X)))) in simplifyFSubInst()5916 if (match(Op0, m_NegZeroFP())) in simplifyFRemInst()
690 inline cstfp_pred_ty<is_neg_zero_fp> m_NegZeroFP() { in m_NegZeroFP() function
2409 if (match(II->getArgOperand(2), m_NegZeroFP()) || in visitCallInst()