Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:zext

185     FieldValue = FieldValue.zext(FieldSize);
222 Tmp = Tmp.zext(CharWidth);
298 FieldValue = FieldValue.zext(CharWidth) << (CharWidth - BitWidth);
300 FieldValue = FieldValue.zext(CharWidth);