Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp191 constexpr RoundingMode APFloatBase::rmTowardNegative; member in llvm::APFloatBase
1298 (rounding_mode == rmTowardNegative && sign)) { in handleOverflow()
1346 case rmTowardNegative: in roundAwayFromZero()
1782 sign = (rounding_mode == rmTowardNegative); in addOrSubtract()
1987 sign = (rounding_mode == rmTowardNegative); in fusedMultiplyAdd()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2031 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
2051 FloorU.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
2080 RM = APFloat::rmTowardNegative; in ConstantFoldScalarCall1()
2233 U.roundToIntegral(APFloat::rmTowardNegative); in ConstantFoldScalarCall1()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h193 static constexpr roundingMode rmTowardNegative = RoundingMode::TowardNegative; member
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp927 MinSrc.subtract(APFloat(SrcSema, 1), APFloat::rmTowardNegative); in EmitFloatConversionCheck()
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4757 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardNegative); in getNode()