Searched refs:noNaNs (Results 1 – 2 of 2) sorted by relevance
195 bool noNaNs() { return 0 != (Flags & NoNaNs); } in noNaNs() function
899 if ((FMF.noNaNs() || FSub->hasNoNaNs()) && in SimplifyFAddInst()938 if (FMF.noNaNs() && FMF.noInfs() && Op0 == Op1) in SimplifyFSubInst()965 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op1, m_AnyZero())) in SimplifyFMulInst()