Searched refs:PromotionTypeRHS (Results 1 – 2 of 2) sorted by relevance
1245 QualType PromotionTypeRHS = in EmitCompoundAssignLValue() local1251 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()
3804 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue() local3805 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()3806 OpInfo.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS); in EmitCompoundAssignLValue()