Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DNVVMIntrinsicUtils.h202 return APFloat::rmTowardNegative; in GetFPToIntegerRoundingMode()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h307 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative; member
386 static constexpr roundingMode rmTowardNegative = APFloatBase::rmTowardNegative; variable
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp302 constexpr RoundingMode APFloatBase::rmTowardNegative; member in llvm::APFloatBase
1599 (rounding_mode == rmTowardNegative && sign)) { in handleOverflow()
1654 case rmTowardNegative: in roundAwayFromZero()
1759 return handleOverflow(sign ? rmTowardNegative : rmTowardPositive); in normalize()
2150 sign = (rounding_mode == rmTowardNegative); in addOrSubtract()
2384 sign = (rounding_mode == rmTowardNegative); in fusedMultiplyAdd()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2354 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
2374 FloorU.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
2403 RM = APFloat::rmTowardNegative; in ConstantFoldScalarCall1()
2653 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp2365 if (ExpoI.roundToIntegral(APFloat::rmTowardNegative) != in optimizePow()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp1028 MinSrc.subtract(APFloat(SrcSema, 1), APFloat::rmTowardNegative); in EmitFloatConversionCheck()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6914 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in FoldConstantArithmetic()