Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14561 auto FuseFSUB = [&](SDValue X, SDValue Y) { in visitFMULForFMADistributiveCombine() local
14585 if (SDValue FMA = FuseFSUB(N0, N1)) in visitFMULForFMADistributiveCombine()
14587 if (SDValue FMA = FuseFSUB(N1, N0)) in visitFMULForFMADistributiveCombine()