Home | History | Annotate | Download | only in PowerPC

Lines Matching defs:VBI

1022         unsigned VBI = Bits[i].getValueBitIndex();
1023 if (i >= VBI)
1024 RLAmt[i] = i - VBI;
1026 RLAmt[i] = Bits.size() - (VBI - i);