Home | History | Annotate | Download | only in Sema

Lines Matching refs:elType

5423       QualType elType = cast<ExtVectorType>(LHSType)->getElementType();
5424 if (elType != RHSType) {
5425 Kind = PrepareScalarCast(RHS, elType);
5426 RHS = ImpCastExprToType(RHS.take(), elType, Kind);