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

/freebsd-10-stable/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h169 opDivByZero = 0x02, enumerator in enum:llvm::APFloat::opStatus
/freebsd-10-stable/contrib/llvm/lib/Support/
H A DAPFloat.cpp1388 return opDivByZero;
1538 return opDivByZero;
1619 if (fs == opDivByZero) {
1701 if (fs == opDivByZero)
1741 if (fs == opDivByZero)
/freebsd-10-stable/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp3225 if (s!=APFloat::opInvalidOp && s!=APFloat::opDivByZero)
3230 if (s!=APFloat::opInvalidOp && s!=APFloat::opDivByZero)

Completed in 166 milliseconds