Home | History | Annotate | Download | only in AST

Lines Matching full:vectortype

356 void TypePrinter::printVector(const VectorType *T, std::string &S) { 
358 case VectorType::AltiVecPixel:
361 case VectorType::AltiVecBool:
365 case VectorType::AltiVecVector:
369 case VectorType::NeonVector:
374 case VectorType::NeonPolyVector:
379 case VectorType::GenericVector: {
896 if (const VectorType *vector =T->getEquivalentType()->getAs<VectorType>()) {
915 const VectorType *vector = T->getEquivalentType()->getAs<VectorType>();