sval_fits
int sval_fits(struct symbol *type, sval_t sval);
if (sval_fits(type, min) && sval_fits(type, max)) {
if (!sval_fits(type, min))
if (!sval_fits(type, max))
if (!sval_fits(type, tmp->min))
if (!sval_fits(type, tmp->max))