Home
last modified time | relevance | path

Searched defs:UnsafeFPMath (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/Target/
H A DTargetOptions.h138 unsigned UnsafeFPMath : 1; variable
/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMSubtarget.h414 bool UnsafeFPMath = false; variable
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11443 bool UnsafeFPMath = Options.UnsafeFPMath || isContractable(N); in visitFMA() local