HomeSort by: relevance | last modified time | path
    Searched refs:UnsafeMath (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Driver/ToolChains/
ROCm.h 106 ConditionalLibrary UnsafeMath;
118 UnsafeMath.isValid() && DenormalsAreZero.isValid() &&
206 return UnsafeMath.get(Enabled);
AMDGPU.cpp 117 UnsafeMath.On = FilePath;
119 UnsafeMath.Off = FilePath;
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 13982 bool UnsafeMath = DAG.getTarget().Options.UnsafeFPMath;
13984 if (LegalDAG || (!UnsafeMath && !Flags.hasAllowReciprocal()))
14021 if (UnsafeMath || U->getFlags().hasAllowReciprocal())

Completed in 33 milliseconds