Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExpr.cpp9733 QualType vectorEltTy, in tryVectorConvertAndSplat() argument
9740 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat()
9743 S.Context.getIntegerTypeOrder(vectorEltTy, scalarTy) < 0))) { in tryVectorConvertAndSplat()
9750 } else if (vectorEltTy->isRealFloatingType()) { in tryVectorConvertAndSplat()
9753 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) { in tryVectorConvertAndSplat()
9770 *scalar = S.ImpCastExprToType(scalar->get(), vectorEltTy, scalarCast); in tryVectorConvertAndSplat()