Searched refs:LHSComplexInt (Results 1 – 1 of 1) sorted by relevance
1213 const ComplexType *LHSComplexInt = LHSType->getAsComplexIntegerType(); in handleComplexIntConversion() local1216 if (LHSComplexInt && RHSComplexInt) { in handleComplexIntConversion()1217 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()1226 if (LHSComplexInt) { in handleComplexIntConversion()1227 QualType LHSEltType = LHSComplexInt->getElementType(); in handleComplexIntConversion()