Searched refs:PromotionTypeRHS (Results 1 – 2 of 2) sorted by relevance
1241 QualType PromotionTypeRHS = getPromotionType( in EmitCompoundAssignLValue() local1246 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()1248 CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS), nullptr); in EmitCompoundAssignLValue()1256 if (!PromotionTypeRHS.isNull()) { in EmitCompoundAssignLValue()1258 CGF.EmitPromotedComplexExpr(E->getRHS(), PromotionTypeRHS)); in EmitCompoundAssignLValue()
3533 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue() local3534 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()3535 OpInfo.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS); in EmitCompoundAssignLValue()