IrConstantKind

Values

ValueMeaning
smallSx

Sign-extended integer constant. Up to 24 bits. Stored directly in IrIndex.

smallZx

Zero-extended integer constant. Up to 24 bits. Stored directly in IrIndex.

big

integer or float constant. Stored in constants buffer. Stores precise type.

Meta