Searched refs:PromotionTypeLHS (Results 1 – 2 of 2) sorted by relevance
1201 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue() local1204 if (!PromotionTypeLHS.isNull()) in EmitCompoundAssignLValue()1206 EmitComplexToComplexCast(LHSVal, LHSTy, PromotionTypeLHS, Loc); in EmitCompoundAssignLValue()1215 if (!PromotionTypeLHS.isNull()) { in EmitCompoundAssignLValue()1217 cast<ComplexType>(PromotionTypeLHS)->getElementType(); in EmitCompoundAssignLValue()1219 PromotionTypeLHS)) in EmitCompoundAssignLValue()
3258 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue() local3343 if (!PromotionTypeLHS.isNull()) in EmitCompoundAssignLValue()3344 OpInfo.LHS = EmitScalarConversion(OpInfo.LHS, LHSTy, PromotionTypeLHS, in EmitCompoundAssignLValue()