Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:MSB

3298   unsigned MSB = NumBits / 8;
3301 Offset = Offset + MSB - 1;
3302 for (unsigned i = 0; i != MSB; ++i) {