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.cpp17295 bool CanFuse = N->getFlags().hasAllowContract(); in visitFSUBForFMACombine() local
17298 if (CanFuse && isFusedOp(N0) && in visitFSUBForFMACombine()
17311 if (CanFuse && isFusedOp(N1) && in visitFSUBForFMACombine()