Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Support/
HDAPFloat.cpp1481 return opInvalidOp; in addOrSubtractSpecials()
1595 return opInvalidOp; in multiplySpecials()
1636 return opInvalidOp; in divideSpecials()
1671 return opInvalidOp; in modSpecials()
1778 if (fs == opInvalidOp) { in remainder()
2101 return opInvalidOp; in convertToSignExtendedInteger()
2130 return opInvalidOp; in convertToSignExtendedInteger()
2154 return opInvalidOp; /* Overflow. */ in convertToSignExtendedInteger()
2167 return opInvalidOp; in convertToSignExtendedInteger()
2174 return opInvalidOp; in convertToSignExtendedInteger()
[all …]
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/ADT/
HDAPFloat.h203 opInvalidOp = 0x01, enumerator
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
HDLiteralSupport.cpp1058 : APFloat::opInvalidOp; in GetFloatValue()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
HDConstantFold.cpp615 if (APFloat::opInvalidOp == in ConstantFoldCastInstruction()
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDExprConstant.cpp2351 & APFloat::opInvalidOp) in HandleFloatToIntCast()
14414 &Ignored) & APFloat::opInvalidOp) in CheckICE()
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAG.cpp4493 if (s == APFloat::opInvalidOp) // inexact is OK, in fact usual in getNode()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp11275 if (!IsBool && Result == llvm::APFloat::opInvalidOp) in DiagnoseFloatingImpCast()