Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:zext

164     FieldValue = FieldValue.zext(FieldSize);
201 Tmp = Tmp.zext(CharWidth);
277 FieldValue = FieldValue.zext(CharWidth) << (CharWidth - BitWidth);
279 FieldValue = FieldValue.zext(CharWidth);