Lines Matching defs:SliceSize
19312 unsigned SliceSize = getUsedBits().popcount();19313 assert(!(SliceSize & 0x7) && "Size is not a multiple of a byte.");19314 return SliceSize / 8;