Implement Constant folding for Int64/Word64 on 32-bit archs
Constant folding should be implemented for all numeric types, even Word64/Int64 on 32-bit arch.
T16402 fails on 32-bit arch for this reason (after !3817 (closed) is merged).
Constant folding should be implemented for all numeric types, even Word64/Int64 on 32-bit arch.
T16402 fails on 32-bit arch for this reason (after !3817 (closed) is merged).