Searched refs:PromotionTypeRHS (Results 1 – 2 of 2) sorted by relevance
1062 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue() local1066 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()1068 CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS), nullptr); in EmitCompoundAssignLValue()1076 if (!PromotionTypeRHS.isNull()) { in EmitCompoundAssignLValue()1078 CGF.EmitPromotedComplexExpr(E->getRHS(), PromotionTypeRHS)); in EmitCompoundAssignLValue()
3240 QualType PromotionTypeRHS = getPromotionType(E->getRHS()->getType()); in EmitCompoundAssignLValue() local3241 if (!PromotionTypeRHS.isNull()) in EmitCompoundAssignLValue()3242 OpInfo.RHS = CGF.EmitPromotedScalarExpr(E->getRHS(), PromotionTypeRHS); in EmitCompoundAssignLValue()