Home | History | Annotate | Download | only in Sema

Lines Matching full:eltype

6407       QualType elType = cast<ExtVectorType>(LHSType)->getElementType();
6408 if (elType != RHSType) {
6409 Kind = PrepareScalarCast(RHS, elType);
6410 RHS = ImpCastExprToType(RHS.get(), elType, Kind);