Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dprint-rtl.cc198 HOST_WIDE_INT const_x; in print_poly_int() local
199 if (x.is_constant (&const_x)) in print_poly_int()
200 fprintf (file, HOST_WIDE_INT_PRINT_DEC, const_x); in print_poly_int()