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

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/AST/
H A DType.cpp179 VectorTypeBits.VecKind = vecKind;
180 VectorTypeBits.NumElements = nElements;
191 VectorTypeBits.VecKind = vecKind;
192 VectorTypeBits.NumElements = nElements;
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/AST/
H A DType.h1350 VectorTypeBitfields VectorTypeBits; member in union:clang::Type::__anon2955
2532 unsigned getNumElements() const { return VectorTypeBits.NumElements; }
2541 return VectorKind(VectorTypeBits.VecKind);

Completed in 76 milliseconds