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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp8582 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath; local
8584 if (!UnsafeMath && !Flags->hasAllowReciprocal())
8607 if (UnsafeMath || U->getFlags()->hasAllowReciprocal())

Completed in 114 milliseconds