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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1760 U.roundToIntegral(APFloat::rmTowardPositive);
1844 U.roundToIntegral(APFloat::rmTowardPositive);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h187 rmTowardPositive, enumerator in enum:llvm::APFloatBase::roundingMode
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Support/
H A DAPFloat.cpp1275 (rounding_mode == rmTowardPositive && !sign) ||
1321 case rmTowardPositive:
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp921 MaxSrc.add(APFloat(SrcSema, 1), APFloat::rmTowardPositive); member in class:APFloat
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp4461 APFloat::opStatus fs = V.roundToIntegral(APFloat::rmTowardPositive);

Completed in 100 milliseconds