Searched refs:UnsafeMath (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp12672 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath; local
12674 if (!UnsafeMath && !Flags.hasAllowReciprocal())
12705 if (UnsafeMath || U->getFlags().hasAllowReciprocal())

Completed in 104 milliseconds