Searched refs:FromComplex (Results 1 – 2 of 2) sorted by relevance
2368 const ComplexType *FromComplex = FromType->getAs<ComplexType>(); in IsComplexPromotion() local2369 if (!FromComplex) in IsComplexPromotion()2376 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()2378 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
4619 auto *FromComplex = From->getType()->castAs<ComplexType>(); in PerformImplicitConversion() local4620 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()