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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-loop-distribution.c1163 int bytev = const_with_all_bytes_same (val); local
1164 if (bytev != -1)
1165 val = build_int_cst (integer_type_node, bytev);
1185 if (bytev == 0)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-loop-distribution.cc1173 int bytev = const_with_all_bytes_same (val); local
1174 if (bytev != -1)
1175 val = build_int_cst (integer_type_node, bytev);
1195 if (bytev == 0)

Completed in 94 milliseconds