Home
last modified time | relevance | path

Searched refs:ComplexElementTy (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
DCGExprComplex.cpp832 QualType ComplexElementTy = cast<ComplexType>(OpInfo.Ty)->getElementType(); in EmitCompoundAssignLValue() local
838 .hasSameUnqualifiedType(ComplexElementTy, E->getRHS()->getType())); in EmitCompoundAssignLValue()
857 if (!CGF.getContext().hasSameUnqualifiedType(ComplexElementTy, LHSTy)) in EmitCompoundAssignLValue()
858 LHSVal = CGF.EmitScalarConversion(LHSVal, LHSTy, ComplexElementTy); in EmitCompoundAssignLValue()