Home
last modified time | relevance | path

Searched refs:opOverflow (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPFloat.h164 opOverflow = 0x04, enumerator
/external/llvm/include/llvm/ADT/
DAPFloat.h175 opOverflow = 0x04, enumerator
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPFloat.h176 opOverflow = 0x04, enumerator
/external/swiftshader/third_party/LLVM/lib/Support/
DAPFloat.cpp1124 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1263 return (opStatus) (opOverflow | opInexact); in normalize()
/external/llvm/unittests/ADT/
DAPFloatTest.cpp1645 const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact; in TEST()
1933 const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact; in TEST()
2221 const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact; in TEST()
2510 const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact; in TEST()
/external/llvm/lib/Support/
DAPFloat.cpp1229 return (opStatus) (opOverflow | opInexact); in handleOverflow()
1366 return (opStatus) (opOverflow | opInexact); in normalize()
/external/clang/lib/CodeGen/
DCGExprScalar.cpp646 APFloat::opOverflow) in EmitFloatConversionCheck()
658 APFloat::opOverflow) in EmitFloatConversionCheck()
/external/llvm/lib/IR/
DConstantFold.cpp674 if (APFloat::opOverflow & in ConstantFoldCastInstruction()
/external/clang/lib/AST/
DExprConstant.cpp1679 & APFloat::opOverflow) in HandleFloatToFloatCast()
1702 & APFloat::opOverflow) in HandleIntToFloatCast()
/external/clang/lib/Sema/
DSemaExpr.cpp3194 if ((result & APFloat::opOverflow) || in BuildFloatingLiteral()
3198 if (result & APFloat::opOverflow) { in BuildFloatingLiteral()
DSemaOverload.cpp371 if (ConvertStatus & llvm::APFloat::opOverflow) { in getNarrowingKind()