Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dfold-const.c1120 poly_int_binop (poly_wide_int &res, enum tree_code code, in poly_int_binop() function
1192 || !poly_int_binop (poly_res, code, arg1, arg2, sign, &overflow)) in int_const_binop()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc1125 poly_int_binop (poly_wide_int &res, enum tree_code code, in poly_int_binop() function
1197 || !poly_int_binop (poly_res, code, arg1, arg2, sign, &overflow)) in int_const_binop()
H A DChangeLog-201816530 (poly_int_binop): ...poly int code here.