Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/
H A DROCm.h127 ConditionalLibrary UnsafeMath; variable
143 UnsafeMath.isValid() && DenormalsAreZero.isValid() && in allGenericLibsValid()
236 return UnsafeMath.get(Enabled); in getUnsafeMathPath()
H A DAMDGPU.cpp120 UnsafeMath.On = FilePath; in scanLibDevicePath()
122 UnsafeMath.Off = FilePath; in scanLibDevicePath()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15791 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath; in combineRepeatedFPDivisors() local
15793 if (LegalDAG || (!UnsafeMath && !Flags.hasAllowReciprocal())) in combineRepeatedFPDivisors()
15830 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()