Searched refs:nElements (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Type.cpp | 353 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() argument 355 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType() 357 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType() argument 361 VectorTypeBits.NumElements = nElements; in VectorType()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 3515 VectorType(QualType vecType, unsigned nElements, QualType canonType, 3518 VectorType(TypeClass tc, QualType vecType, unsigned nElements, 3603 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) 3604 : VectorType(ExtVector, vecType, nElements, canonType,
|