Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/
H A DType.cpp330 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()
/openbsd/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)
3488 : VectorType(ExtVector, vecType, nElements, canonType, GenericVector) {}