Searched refs:opOverflow (Results 1 – 9 of 9) sorted by relevance
146 if ((Status & APFloat::opOverflow) || !isSigned()) in fitsInFloatSemantics()147 return !(Status & APFloat::opOverflow); in fitsInFloatSemantics()152 return !(Status & APFloat::opOverflow); in fitsInFloatSemantics()
1413 return (opStatus) (opOverflow | opInexact); in handleOverflow()1555 return (opStatus) (opOverflow | opInexact); in normalize()
220 opOverflow = 0x04, enumerator
1690 case APFloatBase::opOverflow: in SetAccruedExceptions()
951 APFloat::opOverflow) in EmitFloatConversionCheck()963 APFloat::opOverflow) in EmitFloatConversionCheck()
1895 ((Status & APFloat::opOverflow) != 0 || in canLosslesslyConvertToFPType()
3699 if ((result & APFloat::opOverflow) || in BuildFloatingLiteral()3703 if (result & APFloat::opOverflow) { in BuildFloatingLiteral()
410 if (ConvertStatus & llvm::APFloat::opOverflow) { in getNarrowingKind()
7806 if (APFloat::opOverflow & in expandFP_TO_UINT()