Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DNVVMIntrinsicUtils.h234 return APFloat::rmTowardPositive; in GetFPToIntegerRoundingMode()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h306 static constexpr roundingMode rmTowardPositive = RoundingMode::TowardPositive; member
387 static constexpr roundingMode rmTowardPositive = APFloatBase::rmTowardPositive; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp301 constexpr RoundingMode APFloatBase::rmTowardPositive; member in llvm::APFloatBase
1598 (rounding_mode == rmTowardPositive && !sign) || in handleOverflow()
1651 case rmTowardPositive: in roundAwayFromZero()
1759 return handleOverflow(sign ? rmTowardNegative : rmTowardPositive); in normalize()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2349 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()
2400 RM = APFloat::rmTowardPositive; in ConstantFoldScalarCall1()
2612 U.roundToIntegral(APFloat::rmTowardPositive); in ConstantFoldScalarCall1()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1040 MaxSrc.add(APFloat(SrcSema, 1), APFloat::rmTowardPositive); in EmitFloatConversionCheck()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6902 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive); in FoldConstantArithmetic()