Home | History | Annotate | Download | only in AST

Lines Matching defs:VTy

236       const VectorType *VTy = Ty->getAs<VectorType>();
239 const char *Values = VTy->getNumElements() > 1 ? "values" : "value";
240 OS << "'" << S << "' (vector of " << VTy->getNumElements() << " '"
241 << VTy->getElementType().getAsString(Context.getPrintingPolicy())