Home | History | Annotate | Download | only in AST

Lines Matching refs:VTy

129     else if (const VectorType *VTy = BaseType->getAs<VectorType>())
130 BaseType = VTy->getElementType();