Home
last modified time | relevance | path

Searched refs:nElements (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDType.cpp171 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() argument
173 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType()
175 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType() argument
184 VectorTypeBits.NumElements = nElements; in VectorType()
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDType.h2713 VectorType(QualType vecType, unsigned nElements, QualType canonType,
2716 VectorType(TypeClass tc, QualType vecType, unsigned nElements,
2760 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) :
2761 VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}