Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp1245 QualType PromotionTypeRHS = in EmitCompoundAssignLValue() local
1251 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()
1253 CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS), nullptr); in EmitCompoundAssignLValue()
1261 if (!PromotionTypeRHS.isNull()) { in EmitCompoundAssignLValue()
1263 CGF.EmitPromotedComplexExpr(E->getRHS(), PromotionTypeRHS)); in EmitCompoundAssignLValue()
H A DCGExprScalar.cpp3804 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue() local
3805 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()
3806 OpInfo.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS); in EmitCompoundAssignLValue()