Searched refs:RHSComplexType (Results 1 – 2 of 2) sorted by relevance
1057 auto *RHSComplexType = dyn_cast<ComplexType>(RHSType); in handleComplexFloatConversion() local1061 RHSComplexType ? RHSComplexType->getElementType() : RHSType; in handleComplexFloatConversion()1076 if (RHSComplexType) in handleComplexFloatConversion()
1081 auto *RHSComplexType = dyn_cast<ComplexType>(RHSType); in handleComplexFloatConversion() local1085 RHSComplexType ? RHSComplexType->getElementType() : RHSType; in handleComplexFloatConversion()1100 if (RHSComplexType) in handleComplexFloatConversion()