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