Searched refs:nElements (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | Type.cpp | 369 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() argument 371 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType() 373 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType() argument 377 VectorTypeBits.NumElements = nElements; in VectorType()
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | Type.h | 3998 VectorType(QualType vecType, unsigned nElements, QualType canonType, 4001 VectorType(TypeClass tc, QualType vecType, unsigned nElements, 4086 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) 4087 : VectorType(ExtVector, vecType, nElements, canonType,
|