Home | History | Annotate | Download | only in AST

Lines Matching refs:VTy

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