Searched refs:nElements (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 407 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() argument 409 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType() 411 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType() argument 415 VectorTypeBits.NumElements = nElements; in VectorType()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 4108 VectorType(QualType vecType, unsigned nElements, QualType canonType, 4111 VectorType(TypeClass tc, QualType vecType, unsigned nElements, 4196 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) 4197 : VectorType(ExtVector, vecType, nElements, canonType,
|