Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaExpr.cpp7833 QualType vectorEltTy, in tryVectorConvertAndSplat() argument
7839 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat()
7843 S.Context.getIntegerTypeOrder(vectorEltTy, scalarTy) < 0) in tryVectorConvertAndSplat()
7846 } else if (vectorEltTy->isRealFloatingType()) { in tryVectorConvertAndSplat()
7849 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) in tryVectorConvertAndSplat()
7864 *scalar = S.ImpCastExprToType(scalar->get(), vectorEltTy, scalarCast); in tryVectorConvertAndSplat()