Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp292 const QualType HigherElementType = in HigherPrecisionTypeForComplexArithmetic() local
297 Ctx.getFloatTypeSemantics(HigherElementType); in HigherPrecisionTypeForComplexArithmetic()
308 HigherElementType.getCanonicalType().getUnqualifiedType() == in HigherPrecisionTypeForComplexArithmetic()
312 return Ctx.getComplexType(HigherElementType); in HigherPrecisionTypeForComplexArithmetic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10657 QualType HigherElementType = Ctx.GetHigherPrecisionFPType(ElementType); in DetectPrecisionLossInComplexDivision() local
10661 Ctx.getFloatTypeSemantics(HigherElementType); in DetectPrecisionLossInComplexDivision()
10665 (HigherElementType == Ctx.LongDoubleTy && in DetectPrecisionLossInComplexDivision()
10671 if (Type == HigherElementType) { in DetectPrecisionLossInComplexDivision()
10677 HigherElementType, S.ExcessPrecisionNotSatisfied.size())); in DetectPrecisionLossInComplexDivision()