Searched refs:allowReassoc (Results 1 – 2 of 2) sorted by relevance
199 bool allowReassoc() const { return 0 != (Flags & AllowReassoc); } in allowReassoc() function
4425 FMF.allowReassoc() && FMF.noNaNs() && FMF.noSignedZeros()) in SimplifyFMulInst()4473 if (FMF.allowReassoc() && match(Op0, m_c_FMul(m_Value(X), m_Specific(Op1)))) in SimplifyFDivInst()