Searched refs:allowReassoc (Results 1 – 7 of 7) sorted by relevance
190 return !II->getFastMathFlags().allowReassoc(); in shouldExpandReduction()
125 if (!FMF.allowReassoc()) in expandReductions()
557 if (Flags.allowReassoc()) in copyFlagsFromInstruction()
178 if (!II->getFastMathFlags().allowReassoc()) in shouldExpandReduction()
205 bool allowReassoc() const { return 0 != (Flags & AllowReassoc); } in allowReassoc() function
4615 if (FMF.noSignedZeros() && FMF.allowReassoc() && in SimplifyFAddInst()4662 if (FMF.noSignedZeros() && FMF.allowReassoc() && in SimplifyFSubInst()4697 FMF.allowReassoc() && FMF.noNaNs() && FMF.noSignedZeros()) in SimplifyFMAFMul()4760 if (FMF.allowReassoc() && match(Op0, m_c_FMul(m_Value(X), m_Specific(Op1)))) in SimplifyFDivInst()
8967 if (FMF.allowReassoc()) in visitVectorReduce()8974 if (FMF.allowReassoc()) in visitVectorReduce()