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