Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1173 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue() local
1177 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()
1179 CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS), nullptr); in EmitCompoundAssignLValue()
1187 if (!PromotionTypeRHS.isNull()) { in EmitCompoundAssignLValue()
1189 CGF.EmitPromotedComplexExpr(E->getRHS(), PromotionTypeRHS)); in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp3259 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue() local
3260 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()
3261 OpInfo.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS); in EmitCompoundAssignLValue()