Searched refs:roundToIntegral (Results 1 – 7 of 7) sorted by relevance
1916 U.roundToIntegral(APFloat::rmNearestTiesToEven); in ConstantFoldScalarCall1()1921 U.roundToIntegral(APFloat::rmNearestTiesToAway); in ConstantFoldScalarCall1()1926 U.roundToIntegral(APFloat::rmNearestTiesToEven); in ConstantFoldScalarCall1()1931 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()1936 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()1941 U.roundToIntegral(APFloat::rmTowardZero); in ConstantFoldScalarCall1()1956 FloorU.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()1994 APFloat::opStatus St = U.roundToIntegral(*RM); in ConstantFoldScalarCall1()2097 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()2138 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()[all …]
284 opStatus roundToIntegral(roundingMode);647 opStatus roundToIntegral(roundingMode RM);1039 opStatus roundToIntegral(roundingMode RM) { in roundToIntegral() function1040 APFLOAT_DISPATCH_ON_SEMANTICS(roundToIntegral(RM)); in roundToIntegral()
327 auto Res = NewF.roundToIntegral(APFloat::rmNearestTiesToEven); in walkForwards()
552 Val.roundToIntegral(RM); in getFromFloatValue()
904 truncated.roundToIntegral(rmTowardZero); in isInteger()2006 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral() function in llvm::detail::IEEEFloat4551 APFloat::opStatus DoubleAPFloat::roundToIntegral(APFloat::roundingMode RM) { in roundToIntegral() function in llvm::detail::DoubleAPFloat4554 auto Ret = Tmp.roundToIntegral(RM); in roundToIntegral()
4687 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); in getNode()4693 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); in getNode()4699 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode()
5834 RHSRoundInt.roundToIntegral(APFloat::rmNearestTiesToEven); in foldFCmpIntToFPConst()