Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
DAPFloat.cpp1513 return opDivByZero; in addOrSubtractSpecials()
1664 return opDivByZero; in divideSpecials()
1748 return opDivByZero; // fake status, indicating this is not a special case in remainderSpecials()
1767 if (fs == opDivByZero) { in addOrSubtract()
1843 if (fs != opDivByZero) in remainder()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
DAPFloat.h209 opDivByZero = 0x02, enumerator