Searched refs:BytesPerElt (Results 1 – 1 of 1) sorted by relevance
5109 unsigned BytesPerElt = EltVT.getSizeInBits() / 8; in GenerateTBL() local5113 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) { in GenerateTBL()5114 unsigned Offset = Byte + Val * BytesPerElt; in GenerateTBL()