Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp16296 bool CanFuse = Options.UnsafeFPMath || N->getFlags().hasAllowContract(); in visitFSUBForFMACombine() local
16299 if (CanFuse && isFusedOp(N0) && in visitFSUBForFMACombine()
16312 if (CanFuse && isFusedOp(N1) && in visitFSUBForFMACombine()