Searched refs:opOverflow (Results 1 – 9 of 9) sorted by relevance
142 if ((Status & APFloat::opOverflow) || !isSigned()) in fitsInFloatSemantics()143 return !(Status & APFloat::opOverflow); in fitsInFloatSemantics()148 return !(Status & APFloat::opOverflow); in fitsInFloatSemantics()
1317 return (opStatus) (opOverflow | opInexact); in handleOverflow()1453 return (opStatus) (opOverflow | opInexact); in normalize()
210 opOverflow = 0x04, enumerator
2058 const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact; in TEST()2298 const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact; in TEST()2545 const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact; in TEST()2849 const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact; in TEST()
922 APFloat::opOverflow) in EmitFloatConversionCheck()934 APFloat::opOverflow) in EmitFloatConversionCheck()
1885 ((Status & APFloat::opOverflow) != 0 || in canLosslesslyConvertToFPType()
3695 if ((result & APFloat::opOverflow) || in BuildFloatingLiteral()3699 if (result & APFloat::opOverflow) { in BuildFloatingLiteral()
406 if (ConvertStatus & llvm::APFloat::opOverflow) { in getNarrowingKind()
7424 if (APFloat::opOverflow & in expandFP_TO_UINT()