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