Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DType.cpp331 VectorKind vecKind) in VectorType() argument
332 : VectorType(Vector, vecType, nElements, canonType, vecKind) {} in VectorType()
335 QualType canonType, VectorKind vecKind) in VectorType() argument
337 VectorTypeBits.VecKind = vecKind; in VectorType()
/llvm-project-15.0.7/clang/include/clang/AST/
H A DType.h3336 VectorKind vecKind);
3339 QualType canonType, VectorKind vecKind);
3390 SourceLocation Loc, VectorType::VectorKind vecKind);