Home
last modified time | relevance | path

Searched refs:ElementTypeSemantics (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp294 const llvm::fltSemantics &ElementTypeSemantics = in HigherPrecisionTypeForComplexArithmetic() local
305 if (llvm::APFloat::semanticsMaxExponent(ElementTypeSemantics) * 2 + 1 <= in HigherPrecisionTypeForComplexArithmetic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10658 const llvm::fltSemantics &ElementTypeSemantics = in DetectPrecisionLossInComplexDivision() local
10663 if ((llvm::APFloat::semanticsMaxExponent(ElementTypeSemantics) * 2 + 1 > in DetectPrecisionLossInComplexDivision()