Home | History | Annotate | Download | only in AST

Lines Matching refs:VecTy

1569     QualType VecTy = E->getType();
1570 unsigned VecSize = Info.Ctx.getTypeSize(VecTy);
1571 QualType EltTy = VecTy->castAs<VectorType>()->getElementType();