Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp14372 bool CanFuse = Options.UnsafeFPMath || N->getFlags().hasAllowContract(); in visitFSUBForFMACombine() local
14375 if (CanFuse && isFusedOp(N0) && in visitFSUBForFMACombine()
14388 if (CanFuse && isFusedOp(N1) && in visitFSUBForFMACombine()