Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:SliceSize

10188     unsigned SliceSize = getUsedBits().countPopulation();
10189 assert(!(SliceSize & 0x7) && "Size is not a multiple of a byte.");
10190 return SliceSize / 8;