Searched refs:VectorEltTy (Results 1 – 1 of 1) sorted by relevance
10172 QualType VectorEltTy; in tryGCCVectorConvertAndSplat() local10177 VectorEltTy = VT->getElementType(); in tryGCCVectorConvertAndSplat()10179 VectorEltTy = in tryGCCVectorConvertAndSplat()10187 if (!VectorEltTy->isArithmeticType() || !ScalarTy->isArithmeticType()) in tryGCCVectorConvertAndSplat()10201 if (VectorEltTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat()10203 S.Context.getIntegerTypeOrder(VectorEltTy, ScalarTy)) { in tryGCCVectorConvertAndSplat()10205 if (canConvertIntToOtherIntTy(S, Scalar, VectorEltTy)) in tryGCCVectorConvertAndSplat()10209 } else if (VectorEltTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat()10211 if (S.Context.getTypeSize(VectorEltTy) == S.Context.getTypeSize(ScalarTy)) in tryGCCVectorConvertAndSplat()10215 } else if (VectorEltTy->isRealFloatingType()) { in tryGCCVectorConvertAndSplat()[all …]