Searched refs:VectorSizeBits (Results 1 – 1 of 1) sorted by relevance
2372 uint64_t VectorSizeBits = VecSize->getZExtValue() * 8; in BuildVectorType() local2375 if (VectorSizeBits == 0) { in BuildVectorType()2381 if (!TypeSize || VectorSizeBits % TypeSize) { in BuildVectorType()2387 if (VectorSizeBits / TypeSize > std::numeric_limits<uint32_t>::max()) { in BuildVectorType()2393 return Context.getVectorType(CurType, VectorSizeBits / TypeSize, in BuildVectorType()