class Type::VectorTypeBitfields

Declaration

class Type::VectorTypeBitfields { /* full declaration omitted */ };

Declared at: clang/include/clang/AST/Type.h:1752

Member Variables

private unsigned int
private unsigned int VecKind
The kind of vector, either a generic vector type or some target-specific vector type such as for AltiVec or Neon.
private uint32_t NumElements
The number of elements in the vector.