Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/gcc/
H A Dexplow.c171 else if (find_constant_term_loc (&y)) in plus_constant()
176 rtx *const_loc = find_constant_term_loc (&copy); in plus_constant()
H A Drecog.c1812 find_constant_term_loc (rtx *p) in find_constant_term_loc() function
1838 tem = find_constant_term_loc (&XEXP (*p, 0)); in find_constant_term_loc()
1845 tem = find_constant_term_loc (&XEXP (*p, 1)); in find_constant_term_loc()
1921 if ((ycode == PLUS) && (y2 = find_constant_term_loc (&y1))) in offsettable_address_p()
H A Drtl.h1608 extern rtx *find_constant_term_loc (rtx *);
/openbsd/gnu/usr.bin/gcc/gcc/
H A Drecog.c1876 find_constant_term_loc (p) in find_constant_term_loc() function
1903 tem = find_constant_term_loc (&XEXP (*p, 0));
1910 tem = find_constant_term_loc (&XEXP (*p, 1));
1991 if ((ycode == PLUS) && (y2 = find_constant_term_loc (&y1)))
H A Dexplow.c174 else if (find_constant_term_loc (&y))
179 rtx *const_loc = find_constant_term_loc (&copy);
H A Drtl.h1529 extern rtx *find_constant_term_loc PARAMS ((rtx *));
H A DChangeLog.05059 (find_constant_term_loc): Likewise.
H A DChangeLog.618957 * recog.c (find_constant_term_loc): No longer static.