Searched refs:FromComplex (Results 1 – 2 of 2) sorted by relevance
2646 const ComplexType *FromComplex = FromType->getAs<ComplexType>(); in IsComplexPromotion() local2647 if (!FromComplex) in IsComplexPromotion()2654 return IsFloatingPointPromotion(FromComplex->getElementType(), in IsComplexPromotion()2656 IsIntegralPromotion(nullptr, FromComplex->getElementType(), in IsComplexPromotion()
4728 auto *FromComplex = From->getType()->castAs<ComplexType>(); in PerformImplicitConversion() local4729 QualType ElType = FromComplex->getElementType(); in PerformImplicitConversion()