Searched refs:vectorEltTy (Results 1 – 1 of 1) sorted by relevance
9797 QualType vectorEltTy, in tryVectorConvertAndSplat() argument9804 if (vectorEltTy->isIntegralType(S.Context)) { in tryVectorConvertAndSplat()9807 S.Context.getIntegerTypeOrder(vectorEltTy, scalarTy) < 0))) { in tryVectorConvertAndSplat()9814 } else if (vectorEltTy->isRealFloatingType()) { in tryVectorConvertAndSplat()9817 S.Context.getFloatingTypeOrder(vectorEltTy, scalarTy) < 0) { in tryVectorConvertAndSplat()9834 *scalar = S.ImpCastExprToType(scalar->get(), vectorEltTy, scalarCast); in tryVectorConvertAndSplat()