Home
last modified time | relevance | path

Searched refs:rmNearestTiesToAway (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DAPFixedPoint.cpp161 APFloat::rmNearestTiesToAway); in fitsInFloatSemantics()
167 APFloat::rmNearestTiesToAway); in fitsInFloatSemantics()
H A DAPFloat.cpp304 constexpr RoundingMode APFloatBase::rmNearestTiesToAway; member in llvm::APFloatBase
1597 rounding_mode == rmNearestTiesToAway || in handleOverflow()
1635 case rmNearestTiesToAway: in roundAwayFromZero()
3055 rounding_mode == rmNearestTiesToAway); in roundSignificandWithExponent()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h309 static constexpr roundingMode rmNearestTiesToAway = member
384 static constexpr roundingMode rmNearestTiesToAway = variable
385 APFloatBase::rmNearestTiesToAway;
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp2339 U.roundToIntegral(APFloat::rmNearestTiesToAway); in ConstantFoldScalarCall1()
2397 RM = APFloat::rmNearestTiesToAway; in ConstantFoldScalarCall1()
2717 U.roundToIntegral(APFloat::rmNearestTiesToAway); in ConstantFoldScalarCall1()