Home
last modified time | relevance | path

Searched defs:LessPreciseFPMAD (Results 1 – 2 of 2) sorted by relevance

/external/llvm/lib/CodeGen/
DTargetOptionsImpl.cpp41 bool TargetOptions::LessPreciseFPMAD() const { in LessPreciseFPMAD() function in TargetOptions
/external/swiftshader/third_party/LLVM/lib/Target/
DTargetMachine.cpp270 bool LessPreciseFPMAD() { return UnsafeFPMath || LessPreciseFPMADOption; } in LessPreciseFPMAD() function