Home
last modified time | relevance | path

Searched refs:itype1 (Results 1 – 1 of 1) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/
Dtree.c3633 index_type_equal (itype1, itype2) in index_type_equal() argument
3634 tree itype1, itype2; in index_type_equal()
3636 if (TREE_CODE (itype1) != TREE_CODE (itype2))
3639 if (TREE_CODE (itype1) == INTEGER_TYPE)
3641 if (TYPE_PRECISION (itype1) != TYPE_PRECISION (itype2)
3642 || TYPE_MODE (itype1) != TYPE_MODE (itype2)
3643 || simple_cst_equal (TYPE_SIZE (itype1), TYPE_SIZE (itype2)) != 1
3644 || TYPE_ALIGN (itype1) != TYPE_ALIGN (itype2))
3647 if (1 == simple_cst_equal (TYPE_MIN_VALUE (itype1),
3649 && 1 == simple_cst_equal (TYPE_MAX_VALUE (itype1),