vreg-immediate-arithmetic? ( vreg -- ? )


Vocabulary
compiler.cfg.value-numbering.rewrite

Inputs
vregvreg


Outputs
?a boolean


Word description
Checks if the 'vreg' is an immediate value in fixnum range.

Definition