Home
last modified time | relevance | path

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

/external/llvm/lib/Support/
DAPFloat.cpp1329 return opInvalidOp; in addOrSubtractSpecials()
1445 return opInvalidOp; in multiplySpecials()
1487 return opInvalidOp; in divideSpecials()
1523 return opInvalidOp; in modSpecials()
1657 if (fs==opInvalidOp) in remainder()
1698 if (fs==opInvalidOp) in mod()
1960 return opInvalidOp; in convertToSignExtendedInteger()
1988 return opInvalidOp; in convertToSignExtendedInteger()
2010 return opInvalidOp; /* Overflow. */ in convertToSignExtendedInteger()
2023 return opInvalidOp; in convertToSignExtendedInteger()
[all …]
/external/llvm/unittests/ADT/
DAPFloatTest.cpp358 EXPECT_EQ(APFloat::opInvalidOp, in TEST()
364 EXPECT_EQ(APFloat::opInvalidOp, in TEST()
383 EXPECT_EQ(APFloat::opInvalidOp, in TEST()
389 EXPECT_EQ(APFloat::opInvalidOp, in TEST()
/external/llvm/include/llvm/ADT/
DAPFloat.h162 opInvalidOp = 0x01, enumerator
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2438 if (s==APFloat::opInvalidOp) // inexact is OK, in fact usual in getNode()
2954 if (s != APFloat::opInvalidOp) in getNode()
2959 if (s!=APFloat::opInvalidOp) in getNode()
2964 if (s!=APFloat::opInvalidOp) in getNode()
2969 if (s!=APFloat::opInvalidOp && s!=APFloat::opDivByZero) in getNode()
2974 if (s!=APFloat::opInvalidOp && s!=APFloat::opDivByZero) in getNode()
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp1677 APFloat::opInvalidOp) in ParseDirectiveRealValue()