Searched refs:opOverflow (Results 1 – 8 of 8) 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()
1300 return (opStatus) (opOverflow | opInexact); in handleOverflow()1436 return (opStatus) (opOverflow | opInexact); in normalize()
210 opOverflow = 0x04, enumerator
918 APFloat::opOverflow) in EmitFloatConversionCheck()930 APFloat::opOverflow) in EmitFloatConversionCheck()
1764 ((Status & APFloat::opOverflow) != 0 || in canLosslesslyConvertToFPType()
3600 if ((result & APFloat::opOverflow) || in BuildFloatingLiteral()3604 if (result & APFloat::opOverflow) { in BuildFloatingLiteral()
407 if (ConvertStatus & llvm::APFloat::opOverflow) { in getNarrowingKind()
6753 if (APFloat::opOverflow & in expandFP_TO_UINT()