Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5109 unsigned BytesPerElt = EltVT.getSizeInBits() / 8; in GenerateTBL() local
5113 for (unsigned Byte = 0; Byte < BytesPerElt; ++Byte) { in GenerateTBL()
5114 unsigned Offset = Byte + Val * BytesPerElt; in GenerateTBL()