Searched refs:VectorEltTy (Results 1 – 1 of 1) sorted by relevance
10305 QualType VectorEltTy; in tryGCCVectorConvertAndSplat() local10310 VectorEltTy = VT->getElementType(); in tryGCCVectorConvertAndSplat()10312 VectorEltTy = in tryGCCVectorConvertAndSplat()10320 if (!VectorEltTy->isArithmeticType() || !ScalarTy->isArithmeticType()) in tryGCCVectorConvertAndSplat()10334 if (VectorEltTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat()10336 S.Context.getIntegerTypeOrder(VectorEltTy, ScalarTy)) { in tryGCCVectorConvertAndSplat()10338 if (canConvertIntToOtherIntTy(S, Scalar, VectorEltTy)) in tryGCCVectorConvertAndSplat()10342 } else if (VectorEltTy->isIntegralType(S.Context) && in tryGCCVectorConvertAndSplat()10348 } else if (VectorEltTy->isRealFloatingType()) { in tryGCCVectorConvertAndSplat()10369 Result.convert(S.Context.getFloatTypeSemantics(VectorEltTy), in tryGCCVectorConvertAndSplat()[all …]