Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DAPFloat.h263 opStatus roundToIntegral(roundingMode);
619 opStatus roundToIntegral(roundingMode RM);
1008 opStatus roundToIntegral(roundingMode RM) { in roundToIntegral() function
1009 APFLOAT_DISPATCH_ON_SEMANTICS(roundToIntegral(RM)); in roundToIntegral()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp1702 V.roundToIntegral(APFloat::rmNearestTiesToAway); in ConstantFoldScalarCall()
1708 V.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall()
1714 V.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall()
1720 V.roundToIntegral(APFloat::rmTowardZero); in ConstantFoldScalarCall()
1726 V.roundToIntegral(APFloat::rmNearestTiesToEven); in ConstantFoldScalarCall()
1732 V.roundToIntegral(APFloat::rmNearestTiesToEven); in ConstantFoldScalarCall()
/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DFloat2Int.cpp308 auto Res = NewF.roundToIntegral(APFloat::rmNearestTiesToEven); in walkForwards()
/freebsd-12.1/contrib/llvm/lib/Support/
H A DAPFloat.cpp829 truncated.roundToIntegral(rmTowardZero); in isInteger()
1808 IEEEFloat::opStatus IEEEFloat::roundToIntegral(roundingMode rounding_mode) { in roundToIntegral() function in llvm::detail::IEEEFloat
4175 APFloat::opStatus DoubleAPFloat::roundToIntegral(APFloat::roundingMode RM) { in roundToIntegral() function in llvm::detail::DoubleAPFloat
4178 auto Ret = Tmp.roundToIntegral(RM); in roundToIntegral()
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4171 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); in getNode()
4177 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardZero); in getNode()
4183 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode()
/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp5072 RHSRoundInt.roundToIntegral(APFloat::rmNearestTiesToEven); in foldFCmpIntToFPConst()