Searched defs:VectorTypeBits (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DType.h1349 VectorTypeBitfields VectorTypeBits; member in union:clang::Type::__anon17544
2552 unsigned getNumElements() const { return VectorTypeBits.NumElements; }
2561 return VectorKind(VectorTypeBits.VecKind);

Completed in 357 milliseconds