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

/openbsd-current/gnu/llvm/clang/lib/AST/
H A DType.cpp330 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, argument
332 : VectorType(Vector, vecType, nElements, canonType, vecKind) {}
334 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, argument
338 VectorTypeBits.NumElements = nElements;
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DType.h3397 VectorType(QualType vecType, unsigned nElements, QualType canonType,
3400 VectorType(TypeClass tc, QualType vecType, unsigned nElements,
3487 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType) argument
3488 : VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}

Completed in 146 milliseconds