Searched refs:PromotionTypeLHS (Results 1 – 2 of 2) sorted by relevance
1270 QualType PromotionTypeLHS = getPromotionType( in EmitCompoundAssignLValue() local1274 if (!PromotionTypeLHS.isNull()) in EmitCompoundAssignLValue()1276 EmitComplexToComplexCast(LHSVal, LHSTy, PromotionTypeLHS, Loc); in EmitCompoundAssignLValue()1285 if (!PromotionTypeLHS.isNull()) { in EmitCompoundAssignLValue()1287 cast<ComplexType>(PromotionTypeLHS)->getElementType(); in EmitCompoundAssignLValue()1289 PromotionTypeLHS)) in EmitCompoundAssignLValue()
3532 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue() local3617 if (!PromotionTypeLHS.isNull()) in EmitCompoundAssignLValue()3618 OpInfo.LHS = EmitScalarConversion(OpInfo.LHS, LHSTy, PromotionTypeLHS, in EmitCompoundAssignLValue()