enum VectorType::VectorKind
Declared at: clang/include/clang/AST/Type.h:3303
Enumerators
Name | Value | Comment |
---|---|---|
GenericVector | 0 | not a target-specific vector type |
AltiVecVector | 1 | is AltiVec vector |
AltiVecPixel | 2 | is AltiVec 'vector Pixel' |
AltiVecBool | 3 | is AltiVec 'vector bool ...' |
NeonVector | 4 | is ARM Neon vector |
NeonPolyVector | 5 | is ARM Neon polynomial vector |
SveFixedLengthDataVector | 6 | is AArch64 SVE fixed-length data vector |
SveFixedLengthPredicateVector | 7 | is AArch64 SVE fixed-length predicate vector |