Searched refs:RHSComplexType (Results 1 – 1 of 1) sorted by relevance
1132 auto *RHSComplexType = dyn_cast<ComplexType>(RHSType); in handleComplexFloatConversion() local1136 RHSComplexType ? RHSComplexType->getElementType() : RHSType; in handleComplexFloatConversion()1151 if (RHSComplexType) in handleComplexFloatConversion()