Home
last modified time | relevance | path

Searched refs:VectorEltTy (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10172 QualType VectorEltTy; in tryGCCVectorConvertAndSplat() local
10177 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 …]