Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp354 VectorKind vecKind) in VectorType() argument
355 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType()
358 QualType canonType, VectorKind vecKind) in VectorType() argument
360 VectorTypeBits.VecKind = llvm::to_underlying(vecKind); in VectorType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3516 VectorKind vecKind);
3519 QualType canonType, VectorKind vecKind);
3568 SourceLocation Loc, VectorKind vecKind);