Searched refs:Op0BinOp (Results 1 – 1 of 1) sorted by relevance
680 BinaryOperator *Op0BinOp; in foldFMulReassoc() local685 match(Op0, m_AllowReassoc(m_BinOp(Op0BinOp)))) { in foldFMulReassoc()687 FastMathFlags FMF = I.getFastMathFlags() & Op0BinOp->getFastMathFlags(); in foldFMulReassoc()