Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp369 VectorType::VectorType(QualType vecType, unsigned nElements, QualType canonType, in VectorType() argument
371 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType()
373 VectorType::VectorType(TypeClass tc, QualType vecType, unsigned nElements, in VectorType() argument
377 VectorTypeBits.NumElements = nElements; in VectorType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3998 VectorType(QualType vecType, unsigned nElements, QualType canonType,
4001 VectorType(TypeClass tc, QualType vecType, unsigned nElements,
4086 ExtVectorType(QualType vecType, unsigned nElements, QualType canonType)
4087 : VectorType(ExtVector, vecType, nElements, canonType,