Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DCBufferDataLayout.cpp82 TypeSize AlignedEltSize = alignTo4Dwords(EltSize); in getTypeAllocSize() local
84 return TypeSize::getFixed(AlignedEltSize * (NumElts - 1) + EltSize); in getTypeAllocSize()