Home
last modified time | relevance | path

Searched refs:semanticsMaxExponent (Results 1 – 8 of 8) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp100 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL), in cmpAPFloats()
101 APFloat::semanticsMaxExponent(SR))) in cmpAPFloats()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp259 (llvm::APFloat::semanticsMaxExponent(LHS) == in areEquivalent()
260 llvm::APFloat::semanticsMaxExponent(RHS)) && in areEquivalent()
H A DAPFloat.cpp328 APFloatBase::semanticsMaxExponent(const fltSemantics &semantics) { in semanticsMaxExponent() function in llvm::APFloatBase
342 unsigned int MinBitWidth = semanticsMaxExponent(semantics) + 1; in semanticsIntSizeInBits()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp305 if (llvm::APFloat::semanticsMaxExponent(ElementTypeSemantics) * 2 + 1 <= in HigherPrecisionTypeForComplexArithmetic()
306 llvm::APFloat::semanticsMaxExponent(HigherElementTypeSemantics)) { in HigherPrecisionTypeForComplexArithmetic()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h351 LLVM_ABI static ExponentType semanticsMaxExponent(const fltSemantics &);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2458 const APFloat::ExponentType MaxExpVal = APFloat::semanticsMaxExponent(FltSem); in expandLdexp()
H A DDAGCombiner.cpp17892 MaxExp >= APFloat::semanticsMaxExponent(APF.getSemantics())) in combineFMulOrFDivWithIntPow2()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10663 if ((llvm::APFloat::semanticsMaxExponent(ElementTypeSemantics) * 2 + 1 > in DetectPrecisionLossInComplexDivision()
10664 llvm::APFloat::semanticsMaxExponent(HigherElementTypeSemantics)) || in DetectPrecisionLossInComplexDivision()