Home
last modified time | relevance | path

Searched refs:opDivByZero (Results 1 – 3 of 3) sorted by relevance

/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFloat.cpp1636 return opDivByZero; in addOrSubtractSpecials()
1790 return opDivByZero; in divideSpecials()
1874 return opDivByZero; // fake status, indicating this is not a special case in remainderSpecials()
1893 if (fs == opDivByZero) { in addOrSubtract()
1969 if (fs != opDivByZero) in remainder()
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h219 opDivByZero = 0x02, enumerator
/openbsd/gnu/llvm/lldb/source/Plugins/Instruction/RISCV/
H A DEmulateInstructionRISCV.cpp1687 case APFloatBase::opDivByZero: in SetAccruedExceptions()