Searched refs:PromotionTypeLHS (Results 1 – 2 of 2) sorted by relevance
1090 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue() local1093 if (!PromotionTypeLHS.isNull()) in EmitCompoundAssignLValue()1095 EmitComplexToComplexCast(LHSVal, LHSTy, PromotionTypeLHS, Loc); in EmitCompoundAssignLValue()1104 if (!PromotionTypeLHS.isNull()) { in EmitCompoundAssignLValue()1106 cast<ComplexType>(PromotionTypeLHS)->getElementType(); in EmitCompoundAssignLValue()1108 PromotionTypeLHS)) in EmitCompoundAssignLValue()
3239 QualType PromotionTypeLHS = getPromotionType(E->getComputationLHSType()); in EmitCompoundAssignLValue() local3324 if (!PromotionTypeLHS.isNull()) in EmitCompoundAssignLValue()3325 OpInfo.LHS = EmitScalarConversion(OpInfo.LHS, LHSTy, PromotionTypeLHS, in EmitCompoundAssignLValue()