Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp10820 QualType vectorEltTy, in tryVectorConvertAndSplat() argument
10827 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat()
10830 S.Context.getIntegerTypeOrder(vectorEltTy, scalarTy) < 0))) { in tryVectorConvertAndSplat()
10837 } else if (vectorEltTy->isRealFloatingType()) { in tryVectorConvertAndSplat()
10840 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) { in tryVectorConvertAndSplat()
10857 *scalar = S.ImpCastExprToType(scalar->get(), vectorEltTy, scalarCast); in tryVectorConvertAndSplat()