Home
last modified time | relevance | path

Searched refs:Op0BinOp (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp680 BinaryOperator *Op0BinOp; in foldFMulReassoc() local
685 match(Op0, m_AllowReassoc(m_BinOp(Op0BinOp)))) { in foldFMulReassoc()
687 FastMathFlags FMF = I.getFastMathFlags() & Op0BinOp->getFastMathFlags(); in foldFMulReassoc()