Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:lshr

208         Tmp = Tmp.lshr(NewFieldWidth);
217 FieldValue = FieldValue.lshr(BitsInPreviousByte);
275 FieldValue.lshr(FieldValue.getBitWidth() - CharWidth).trunc(CharWidth);
280 FieldValue = FieldValue.lshr(CharWidth);