Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DFunctionComparator.cpp94 if (int Res = cmpNumbers(APFloat::semanticsMaxExponent(SL), in cmpAPFloats()
95 APFloat::semanticsMaxExponent(SR))) in cmpAPFloats()
/src/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.cpp327 APFloatBase::semanticsMaxExponent(const fltSemantics &semantics) { in semanticsMaxExponent() function in llvm::APFloatBase
341 unsigned int MinBitWidth = semanticsMaxExponent(semantics) + 1; in semanticsIntSizeInBits()
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp320 if (llvm::APFloat::semanticsMaxExponent(ElementTypeSemantics) * 2 + 1 <= in HigherPrecisionTypeForComplexArithmetic()
321 llvm::APFloat::semanticsMaxExponent(HigherElementTypeSemantics)) { in HigherPrecisionTypeForComplexArithmetic()
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPFloat.h297 static ExponentType semanticsMaxExponent(const fltSemantics &);
/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp2431 const APFloat::ExponentType MaxExpVal = APFloat::semanticsMaxExponent(FltSem); in expandLdexp()
H A DDAGCombiner.cpp16894 MaxExp >= APFloat::semanticsMaxExponent(APF.getSemantics())) in combineFMulOrFDivWithIntPow2()