Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp745 auto *NewFMul = Builder.CreateFMul(X, Z); in foldFMulReassoc() local
746 return BinaryOperator::CreateFDivFMF(NewFMul, Y, FMF); in foldFMulReassoc()