Searched refs:VectorEltTy (Results 1 – 1 of 1) sorted by relevance
8603 QualType VectorEltTy = VT->getElementType(); in tryGCCVectorConvertAndSplat() local8607 if (!VectorEltTy->isArithmeticType() || !ScalarTy->isArithmeticType()) in tryGCCVectorConvertAndSplat()8621 if (VectorEltTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat()8623 S.Context.getIntegerTypeOrder(VectorEltTy, ScalarTy)) { in tryGCCVectorConvertAndSplat()8625 if (canConvertIntToOtherIntTy(S, Scalar, VectorEltTy)) in tryGCCVectorConvertAndSplat()8629 } else if (VectorEltTy->isRealFloatingType()) { in tryGCCVectorConvertAndSplat()8636 int Order = S.Context.getFloatingTypeOrder(VectorEltTy, ScalarTy); in tryGCCVectorConvertAndSplat()8644 Result.convert(S.Context.getFloatTypeSemantics(VectorEltTy), in tryGCCVectorConvertAndSplat()8652 if (canConvertIntTyToFloatTy(S, Scalar, VectorEltTy)) in tryGCCVectorConvertAndSplat()8663 *Scalar = S.ImpCastExprToType(Scalar->get(), VectorEltTy, ScalarCast); in tryGCCVectorConvertAndSplat()