Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:shl

225         Tmp = Tmp.shl(BitsInPreviousByte - FieldValue.getBitWidth());
227 Tmp = Tmp.shl(CharWidth - BitsInPreviousByte);