Home
last modified time | relevance | path

Searched refs:roundToIntegral (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2098 U.roundToIntegral(APFloat::rmNearestTiesToEven); in ConstantFoldScalarCall1()
2103 U.roundToIntegral(APFloat::rmNearestTiesToAway); in ConstantFoldScalarCall1()
2108 U.roundToIntegral(APFloat::rmNearestTiesToEven); in ConstantFoldScalarCall1()
2113 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()
2118 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
2123 U.roundToIntegral(APFloat::rmTowardZero); in ConstantFoldScalarCall1()
2138 FloorU.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
2176 APFloat::opStatus St = U.roundToIntegral(*RM); in ConstantFoldScalarCall1()
2284 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()
2325 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h330 opStatus roundToIntegral(roundingMode);
718 opStatus roundToIntegral(roundingMode RM);
1109 opStatus roundToIntegral(roundingMode RM) { in roundToIntegral() function
1110 APFLOAT_DISPATCH_ON_SEMANTICS(roundToIntegral(RM)); in roundToIntegral()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp237 auto Res = NewF.roundToIntegral(APFloat::rmNearestTiesToEven); in calcRange()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp583 Val.roundToIntegral(RM); in getFromFloatValue()
H A DAPFloat.cpp1100 truncated.roundToIntegral(rmTowardZero); in isInteger()
2275 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral() function in llvm::detail::IEEEFloat
4890 APFloat::opStatus DoubleAPFloat::roundToIntegral(APFloat::roundingMode RM) { in roundToIntegral() function in llvm::detail::DoubleAPFloat
4893 auto Ret = Tmp.roundToIntegral(RM); in roundToIntegral()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2273 if (ExpoI.roundToIntegral(APFloat::rmTowardNegative) != in optimizePow()
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6167 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); in FoldConstantArithmetic()
6173 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); in FoldConstantArithmetic()
6179 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in FoldConstantArithmetic()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp7258 RHSRoundInt.roundToIntegral(APFloat::rmNearestTiesToEven); in foldFCmpIntToFPConst()