Searched refs:vectorEltTy (Results 1 – 1 of 1) sorted by relevance
10153 QualType vectorEltTy, in tryVectorConvertAndSplat() argument10160 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat()10163 S.Context.getIntegerTypeOrder(vectorEltTy, scalarTy) < 0))) { in tryVectorConvertAndSplat()10170 } else if (vectorEltTy->isRealFloatingType()) { in tryVectorConvertAndSplat()10173 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) { in tryVectorConvertAndSplat()10190 *scalar = S.ImpCastExprToType(scalar->get(), vectorEltTy, scalarCast); in tryVectorConvertAndSplat()