Home
last modified time | relevance | path

Searched refs:opInvalidOp (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Support/
DAPFloat.cpp1302 return opInvalidOp; in addOrSubtractSpecials()
1420 return opInvalidOp; in multiplySpecials()
1462 return opInvalidOp; in divideSpecials()
1498 return opInvalidOp; in modSpecials()
1627 if (fs==opInvalidOp) in remainder()
1667 if (fs==opInvalidOp) in mod()
1959 return opInvalidOp; in convertToSignExtendedInteger()
1987 return opInvalidOp; in convertToSignExtendedInteger()
2009 return opInvalidOp; /* Overflow. */ in convertToSignExtendedInteger()
2022 return opInvalidOp; in convertToSignExtendedInteger()
[all …]
/external/llvm/unittests/ADT/
DAPFloatTest.cpp412 EXPECT_EQ(APFloat::opInvalidOp, in TEST()
418 EXPECT_EQ(APFloat::opInvalidOp, in TEST()
437 EXPECT_EQ(APFloat::opInvalidOp, in TEST()
443 EXPECT_EQ(APFloat::opInvalidOp, in TEST()
/external/llvm/include/llvm/ADT/
DAPFloat.h162 opInvalidOp = 0x01, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2505 if (s==APFloat::opInvalidOp) // inexact is OK, in fact usual in getNode()
3115 if (s != APFloat::opInvalidOp) in getNode()
3120 if (s!=APFloat::opInvalidOp) in getNode()
3125 if (s!=APFloat::opInvalidOp) in getNode()
3130 if (s!=APFloat::opInvalidOp && s!=APFloat::opDivByZero) in getNode()
3135 if (s!=APFloat::opInvalidOp && s!=APFloat::opDivByZero) in getNode()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2277 APFloat::opInvalidOp) in ParseDirectiveRealValue()
/external/clang/lib/AST/
DExprConstant.cpp1187 & APFloat::opInvalidOp) in HandleFloatToIntCast()
6760 &Ignored) & APFloat::opInvalidOp) in CheckICE()