Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2011 U.roundToIntegral(APFloat::rmNearestTiesToEven); in ConstantFoldScalarCall1()
2016 U.roundToIntegral(APFloat::rmNearestTiesToAway); in ConstantFoldScalarCall1()
2021 U.roundToIntegral(APFloat::rmNearestTiesToEven); in ConstantFoldScalarCall1()
2026 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()
2031 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
2036 U.roundToIntegral(APFloat::rmTowardZero); in ConstantFoldScalarCall1()
2051 FloorU.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
2089 APFloat::opStatus St = U.roundToIntegral(*RM); in ConstantFoldScalarCall1()
2192 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()
2233 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
[all …]
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h284 opStatus roundToIntegral(roundingMode);
647 opStatus roundToIntegral(roundingMode RM);
1039 opStatus roundToIntegral(roundingMode RM) { in roundToIntegral() function
1040 APFLOAT_DISPATCH_ON_SEMANTICS(roundToIntegral(RM)); in roundToIntegral()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp328 auto Res = NewF.roundToIntegral(APFloat::rmNearestTiesToEven); in walkForwards()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp552 Val.roundToIntegral(RM); in getFromFloatValue()
H A DAPFloat.cpp904 truncated.roundToIntegral(rmTowardZero); in isInteger()
2006 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral() function in llvm::detail::IEEEFloat
4551 APFloat::opStatus DoubleAPFloat::roundToIntegral(APFloat::roundingMode RM) { in roundToIntegral() function in llvm::detail::DoubleAPFloat
4554 auto Ret = Tmp.roundToIntegral(RM); in roundToIntegral()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4745 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); in getNode()
4751 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); in getNode()
4757 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5943 RHSRoundInt.roundToIntegral(APFloat::rmNearestTiesToEven); in foldFCmpIntToFPConst()