Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1180 QualType OverallPromotionType) { in EmitPromotedComplexOperand() argument
1182 if (!OverallPromotionType.isNull()) in EmitPromotedComplexOperand()
1183 return CGF.EmitPromotedComplexExpr(E, OverallPromotionType); in EmitPromotedComplexOperand()
1187 if (!OverallPromotionType.isNull()) { in EmitPromotedComplexOperand()
1189 OverallPromotionType->castAs<ComplexType>()->getElementType(); in EmitPromotedComplexOperand()