Searched refs:roundToIntegral (Results 1 – 8 of 8) sorted by relevance
2091 U.roundToIntegral(APFloat::rmNearestTiesToEven); in ConstantFoldScalarCall1()2096 U.roundToIntegral(APFloat::rmNearestTiesToAway); in ConstantFoldScalarCall1()2101 U.roundToIntegral(APFloat::rmNearestTiesToEven); in ConstantFoldScalarCall1()2106 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()2111 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()2116 U.roundToIntegral(APFloat::rmTowardZero); in ConstantFoldScalarCall1()2131 FloorU.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()2169 APFloat::opStatus St = U.roundToIntegral(*RM); in ConstantFoldScalarCall1()2274 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()2315 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()[all …]
294 opStatus roundToIntegral(roundingMode);667 opStatus roundToIntegral(roundingMode RM);1051 opStatus roundToIntegral(roundingMode RM) { in roundToIntegral() function1052 APFLOAT_DISPATCH_ON_SEMANTICS(roundToIntegral(RM)); in roundToIntegral()
269 auto Res = NewF.roundToIntegral(APFloat::rmNearestTiesToEven); in calcRange()
583 Val.roundToIntegral(RM); in getFromFloatValue()
997 truncated.roundToIntegral(rmTowardZero); in isInteger()2135 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral() function in llvm::detail::IEEEFloat4834 APFloat::opStatus DoubleAPFloat::roundToIntegral(APFloat::roundingMode RM) { in roundToIntegral() function in llvm::detail::DoubleAPFloat4837 auto Ret = Tmp.roundToIntegral(RM); in roundToIntegral()
2162 if (ExpoI.roundToIntegral(APFloat::rmTowardNegative) != in optimizePow()
5270 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); in getNode()5276 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); in getNode()5282 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode()
6436 RHSRoundInt.roundToIntegral(APFloat::rmNearestTiesToEven); in foldFCmpIntToFPConst()