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