Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp2091 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 …]
/openbsd/gnu/llvm/llvm/include/llvm/ADT/
H A DAPFloat.h294 opStatus roundToIntegral(roundingMode);
667 opStatus roundToIntegral(roundingMode RM);
1051 opStatus roundToIntegral(roundingMode RM) { in roundToIntegral() function
1052 APFLOAT_DISPATCH_ON_SEMANTICS(roundToIntegral(RM)); in roundToIntegral()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp269 auto Res = NewF.roundToIntegral(APFloat::rmNearestTiesToEven); in calcRange()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DAPFixedPoint.cpp583 Val.roundToIntegral(RM); in getFromFloatValue()
H A DAPFloat.cpp997 truncated.roundToIntegral(rmTowardZero); in isInteger()
2135 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral() function in llvm::detail::IEEEFloat
4834 APFloat::opStatus DoubleAPFloat::roundToIntegral(APFloat::roundingMode RM) { in roundToIntegral() function in llvm::detail::DoubleAPFloat
4837 auto Ret = Tmp.roundToIntegral(RM); in roundToIntegral()
/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2162 if (ExpoI.roundToIntegral(APFloat::rmTowardNegative) != in optimizePow()
/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp5270 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()
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp6436 RHSRoundInt.roundToIntegral(APFloat::rmNearestTiesToEven); in foldFCmpIntToFPConst()