Home | History | Annotate | Download | only in AST

Lines Matching refs:ExtVectorType

2434 /// ExtVectorType - Extended vector type. This type is created using
2439 class ExtVectorType : public VectorType {
2440 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) :
2497 static bool classof(const ExtVectorType *) { return true; }
4768 return isa<ExtVectorType>(CanonicalType);