Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DROCm.h126 ConditionalLibrary UnsafeMath; variable
142 UnsafeMath.isValid() && DenormalsAreZero.isValid() && in allGenericLibsValid()
235 return UnsafeMath.get(Enabled); in getUnsafeMathPath()
H A DAMDGPU.cpp118 UnsafeMath.On = FilePath; in scanLibDevicePath()
120 UnsafeMath.Off = FilePath; in scanLibDevicePath()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15152 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath; in combineRepeatedFPDivisors() local
15154 if (LegalDAG || (!UnsafeMath && !Flags.hasAllowReciprocal())) in combineRepeatedFPDivisors()
15191 if (UnsafeMath || U->getFlags().hasAllowReciprocal()) in combineRepeatedFPDivisors()