Searched refs:nElements (Results 1 – 2 of 2) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | Type.cpp | 330 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() argument 332 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType() 334 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType() argument 338 VectorTypeBits.NumElements = nElements; in VectorType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | Type.h | 3257 VectorType(QualType vecType, unsigned nElements, QualType canonType, 3260 VectorType(TypeClass tc, QualType vecType, unsigned nElements, 3347 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) 3348 : VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}
|