Home
last modified time | relevance | path

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

/external/mesa3d/src/gallium/drivers/swr/rasterizer/jitter/
DJitManager.cpp318 VectorType* pVecTy = cast<VectorType>(pTy); in GetDebugVectorType() local
320 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()