Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DAPFloat.h163 opDivByZero = 0x02, enumerator
/external/llvm/lib/Support/
DAPFloat.cpp1335 return opDivByZero; in addOrSubtractSpecials()
1482 return opDivByZero; in divideSpecials()
1564 if (fs == opDivByZero) { in addOrSubtract()
1649 if (fs == opDivByZero) in remainder()
1690 if (fs == opDivByZero) in mod()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2969 if (s!=APFloat::opInvalidOp && s!=APFloat::opDivByZero) in getNode()
2974 if (s!=APFloat::opInvalidOp && s!=APFloat::opDivByZero) in getNode()