Home | History | Annotate | Download | only in CodeGen

Lines Matching full:bitoffset

360   int BitOffset = TRI->getSubRegIdxOffset(SubIdx);
361 if (BitOffset < 0 || BitOffset % 8)
365 Offset = (unsigned)BitOffset / 8;