Searched refs:ComplexElementTy (Results 1 – 1 of 1) sorted by relevance
828 QualType ComplexElementTy = cast<ComplexType>(OpInfo.Ty)->getElementType(); in EmitCompoundAssignLValue() local834 .hasSameUnqualifiedType(ComplexElementTy, E->getRHS()->getType())); in EmitCompoundAssignLValue()853 if (!CGF.getContext().hasSameUnqualifiedType(ComplexElementTy, LHSTy)) in EmitCompoundAssignLValue()854 LHSVal = CGF.EmitScalarConversion(LHSVal, LHSTy, ComplexElementTy); in EmitCompoundAssignLValue()