Searched refs:opOverflow (Results 1 – 15 of 15) sorted by relevance
164 opOverflow = 0x04, enumerator
175 opOverflow = 0x04, enumerator
176 opOverflow = 0x04, enumerator
189 opOverflow = 0x04, enumerator
1124 return (opStatus) (opOverflow | opInexact); in handleOverflow()1263 return (opStatus) (opOverflow | opInexact); in normalize()
1645 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()
1229 return (opStatus) (opOverflow | opInexact); in handleOverflow()1366 return (opStatus) (opOverflow | opInexact); in normalize()
1715 const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact; in TEST()2003 const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact; in TEST()2291 const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact; in TEST()2580 const int OverflowStatus = APFloat::opOverflow | APFloat::opInexact; in TEST()
1219 return (opStatus) (opOverflow | opInexact); in handleOverflow()1352 return (opStatus) (opOverflow | opInexact); in normalize()
646 APFloat::opOverflow) in EmitFloatConversionCheck()658 APFloat::opOverflow) in EmitFloatConversionCheck()
674 if (APFloat::opOverflow & in ConstantFoldCastInstruction()
1679 & APFloat::opOverflow) in HandleFloatToFloatCast()1702 & APFloat::opOverflow) in HandleIntToFloatCast()
1241 ((Status & APFloat::opOverflow) != 0 || in canLosslesslyConvertToFPType()
3194 if ((result & APFloat::opOverflow) || in BuildFloatingLiteral()3198 if (result & APFloat::opOverflow) { in BuildFloatingLiteral()
371 if (ConvertStatus & llvm::APFloat::opOverflow) { in getNarrowingKind()