Searched refs:LHSComplexType (Results 1 – 1 of 1) sorted by relevance
1131 auto *LHSComplexType = dyn_cast<ComplexType>(LHSType); in handleComplexFloatConversion() local1134 LHSComplexType ? LHSComplexType->getElementType() : LHSType; in handleComplexFloatConversion()1143 if (LHSComplexType) in handleComplexFloatConversion()