public abstract static class ArithmeticOpTable.IntegerConvertOp.Narrow extends ArithmeticOpTable.IntegerConvertOp<ArithmeticOpTable.IntegerConvertOp.Narrow>
ArithmeticOpTable.IntegerConvertOp.Narrow, ArithmeticOpTable.IntegerConvertOp.SignExtend, ArithmeticOpTable.IntegerConvertOp.ZeroExtend| Modifier | Constructor and Description |
|---|---|
protected |
Narrow() |
| Modifier and Type | Method and Description |
|---|---|
Stamp |
invertStamp(int inputBits,
int resultBits,
Stamp outStamp)
Computes the stamp of the input for the given output stamp.
|
foldConstant, foldStamp, unwrapequals, hashCode, toStringpublic Stamp invertStamp(int inputBits, int resultBits, Stamp outStamp)
ArithmeticOpTable.IntegerConvertOpinvertStamp in class ArithmeticOpTable.IntegerConvertOp<ArithmeticOpTable.IntegerConvertOp.Narrow>