Home | History | Annotate | Download | only in AST

Lines Matching defs:VectorType

150 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType,
162 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements,
539 AutoType *VisitVectorType(const VectorType *T) {
570 if (const VectorType *VT = dyn_cast<VectorType>(CanonicalType))
723 if (const VectorType *VT = dyn_cast<VectorType>(CanonicalType))
763 if (const VectorType *VT = dyn_cast<VectorType>(CanonicalType))
786 if (const VectorType *VT = dyn_cast<VectorType>(CanonicalType))
2105 return Cache::get(cast<VectorType>(T)->getElementType());