Lines Matching refs:ElTy
4300 QualType ToType, QualType *ElTy = nullptr) { in adjustVectorType() argument
4303 if (ElTy) in adjustVectorType()
4304 *ElTy = ElType; in adjustVectorType()
4461 QualType ElTy = ToType; in PerformImplicitConversion() local
4464 StepTy = adjustVectorType(Context, FromType, ToType, &ElTy); in PerformImplicitConversion()
4465 if (ElTy->isBooleanType()) { in PerformImplicitConversion()
4513 QualType ElTy = ToType; in PerformImplicitConversion() local
4516 StepTy = adjustVectorType(Context, FromType, ToType, &ElTy); in PerformImplicitConversion()
4517 if (ElTy->isRealFloatingType()) in PerformImplicitConversion()
4654 QualType ElTy = FromType; in PerformImplicitConversion() local
4659 ElTy = FromType->castAs<VectorType>()->getElementType(); in PerformImplicitConversion()
4662 From = ImpCastExprToType(From, StepTy, ScalarTypeToBooleanCastKind(ElTy), in PerformImplicitConversion()