Searched refs:pVecTy (Results 1 – 1 of 1) sorted by relevance
318 VectorType* pVecTy = cast<VectorType>(pTy); in GetDebugVectorType() local320 uint32_t size = DL.getTypeAllocSizeInBits(pVecTy); in GetDebugVectorType()321 uint32_t alignment = DL.getABITypeAlignment(pVecTy); in GetDebugVectorType()323 Elems.push_back(builder.getOrCreateSubrange(0, pVecTy->getVectorNumElements())); in GetDebugVectorType()325 …return builder.createVectorType(size, alignment, GetDebugType(pVecTy->getVectorElementType()), bui… in GetDebugVectorType()