Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getBitWidth

184   if (FieldSize > FieldValue.getBitWidth())
188 if (FieldSize < FieldValue.getBitWidth())
200 BitsInPreviousByte >= FieldValue.getBitWidth();
225 Tmp = Tmp.shl(BitsInPreviousByte - FieldValue.getBitWidth());
269 while (FieldValue.getBitWidth() > CharWidth) {
275 FieldValue.lshr(FieldValue.getBitWidth() - CharWidth).trunc(CharWidth);
286 FieldValue = FieldValue.trunc(FieldValue.getBitWidth() - CharWidth);
289 assert(FieldValue.getBitWidth() > 0 &&
291 assert(FieldValue.getBitWidth() <= CharWidth &&
294 if (FieldValue.getBitWidth() < CharWidth) {
296 unsigned BitWidth = FieldValue.getBitWidth();