HomeSort by relevance Sort by last modified time
    Searched defs:UnsafeFPMath (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/CodeGen/
BackendUtil.cpp 231 llvm::UnsafeFPMath = CodeGenOpts.UnsafeFPMath;
  /external/llvm/lib/Target/
TargetMachine.cpp 32 bool UnsafeFPMath;
80 cl::location(UnsafeFPMath),
284 bool LessPreciseFPMAD() { return UnsafeFPMath || LessPreciseFPMADOption; }
289 return !UnsafeFPMath && HonorSignDependentRoundingFPMathOption;

Completed in 43 milliseconds