Home
last modified time | relevance | path

Searched refs:hasFloatingPointExceptions (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DTargetLowering.h564 bool hasFloatingPointExceptions() const { in hasFloatingPointExceptions() function
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5104 bool HasFPExceptions = TLI->hasFloatingPointExceptions(); in getNode()
5266 if (!TLI->hasFloatingPointExceptions() || s != APFloat::opInvalidOp) in getNode()