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.cpp370 VectorKind vecKind) in VectorType() argument
371 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType()
374 QualType canonType, VectorKind vecKind) in VectorType() argument
376 VectorTypeBits.VecKind = llvm::to_underlying(vecKind); in VectorType()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3999 VectorKind vecKind);
4002 QualType canonType, VectorKind vecKind);
4051 SourceLocation Loc, VectorKind vecKind);