Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaType.cpp2653 uint64_t VectorSizeBits = VecSize->getZExtValue() * 8; in BuildVectorType() local
2656 if (VectorSizeBits == 0) { in BuildVectorType()
2662 if (!TypeSize || VectorSizeBits % TypeSize) { in BuildVectorType()
2668 if (VectorSizeBits / TypeSize > std::numeric_limits<uint32_t>::max()) { in BuildVectorType()
2674 return Context.getVectorType(CurType, VectorSizeBits / TypeSize, in BuildVectorType()