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.cpp10012 QualType vectorEltTy, in tryVectorConvertAndSplat() argument
10019 if (vectorEltTy->isBooleanType() && scalarTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat()
10021 } else if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat()
10024 S.Context.getIntegerTypeOrder(vectorEltTy, scalarTy) < 0))) { in tryVectorConvertAndSplat()
10031 } else if (vectorEltTy->isRealFloatingType()) { in tryVectorConvertAndSplat()
10034 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) { in tryVectorConvertAndSplat()
10051 *scalar = S.ImpCastExprToType(scalar->get(), vectorEltTy, scalarCast); in tryVectorConvertAndSplat()