codegen: Check unsafe values alone
This rule remove possible integer overflows. Current code generated is not affected by these integer overflows as the computations are done using 64 bit but better safe then sorry.
Signed-off-by: Frediano Ziglio fziglio@redhat.com