Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp11674 uint64_t ConcatSizeInBytes = BitsProvided / 4; in calculateByteProvider() local
11677 uint64_t NewIndex = (Index + ByteShift) % ConcatSizeInBytes; in calculateByteProvider()