Searched refs:noSignedZeros (Results 1 – 2 of 2) sorted by relevance
197 bool noSignedZeros() { return 0 != (Flags & NoSignedZeros); } in noSignedZeros() function
885 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0))) in SimplifyFAddInst()924 (FMF.noSignedZeros() || CannotBeNegativeZero(Op0))) in SimplifyFSubInst()932 if (FMF.noSignedZeros() && match(Op1, m_FSub(m_AnyZero(), m_Value(X)))) in SimplifyFSubInst()964 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op1, m_AnyZero())) in SimplifyFMulInst()