Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaType.cpp2577 uint64_t VectorSizeBits = VecSize->getZExtValue() * 8; in BuildVectorType() local
2580 if (VectorSizeBits == 0) { in BuildVectorType()
2586 if (VectorSizeBits % TypeSize) { in BuildVectorType()
2592 if (VectorSizeBits / TypeSize > std::numeric_limits<uint32_t>::max()) { in BuildVectorType()
2598 return Context.getVectorType(CurType, VectorSizeBits / TypeSize, in BuildVectorType()