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