Home
last modified time | relevance | path

Searched refs:rmTowardPositive (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DConstantFolding.cpp1931 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()
1982 RM = APFloat::rmTowardPositive; in ConstantFoldScalarCall1()
2097 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DAPFloat.h192 static constexpr roundingMode rmTowardPositive = RoundingMode::TowardPositive; member
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DAPFloat.cpp190 constexpr RoundingMode APFloatBase::rmTowardPositive; member in llvm::APFloatBase
1297 (rounding_mode == rmTowardPositive && !sign) || in handleOverflow()
1343 case rmTowardPositive: in roundAwayFromZero()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp937 MaxSrc.add(APFloat(SrcSema, 1), APFloat::rmTowardPositive); in EmitFloatConversionCheck()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4687 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); in getNode()