Searched refs:noNaNs (Results 1 – 2 of 2) sorted by relevance
190 bool noNaNs() const { return 0 != (Flags & NoNaNs); } in noNaNs() function
821 if ((FMF.noNaNs() || FSub->hasNoNaNs()) && in SimplifyFAddInst()860 if (FMF.noNaNs() && FMF.noInfs() && Op0 == Op1) in SimplifyFSubInst()887 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op1, m_AnyZero())) in SimplifyFMulInst()1128 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZero())) in SimplifyFDivInst()1253 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZero())) in SimplifyFRemInst()