Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11544 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath; in combineRepeatedFPDivisors() local
11546 if (!UnsafeMath && !Flags.hasAllowReciprocal()) in combineRepeatedFPDivisors()
11569 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()