Searched refs:is_const_int (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/contrib/gcc/
H A Dgenpreds.c673 unsigned int is_const_int : 1;
755 bool is_const_int;
840 is_const_int = strchr (const_int_constraints, name[0]) != 0;
843 if (is_const_int || is_const_dbl)
846 = is_const_int ? CONST_INT : CONST_DOUBLE;
906 c->is_const_int = is_const_int;
908 c->is_extra = !(regclass || is_const_int || is_const_dbl);
923 have_const_int_constraints |= c->is_const_int;
1157 if (c->is_const_int)
672 unsigned int is_const_int : 1; member in struct:constraint_data
754 bool is_const_int; local
[all...]

Completed in 51 milliseconds