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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c478 offset_int cstoff; local
479 if (bytepos.is_constant (&cstoff))
481 offrange[0] += cstoff;
482 offrange[1] += cstoff;
487 refoff = cstoff;
496 cstoff = wi::to_offset (var_off);
497 offrange[0] += cstoff;
498 offrange[1] += cstoff;
H A Dtree-vrp.c3691 tree cstoff = TREE_OPERAND (ref, 1); local
3708 offset_int ioff = wi::to_offset (fold_convert (ptrdiff_type_node, cstoff));
H A Dexpr.c11705 HOST_WIDE_INT cstoff;
11706 if (!base_off.is_constant (&cstoff))
11709 cstoff = (cstoff - fieldoff) / BITS_PER_UNIT;
11710 tree off = build_int_cst (sizetype, cstoff);
11682 HOST_WIDE_INT cstoff; local
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-restrict.cc498 offset_int cstoff; local
499 if (bytepos.is_constant (&cstoff))
501 offrange[0] += cstoff;
502 offrange[1] += cstoff;
507 refoff = cstoff;
516 cstoff = wi::to_offset (var_off);
517 offrange[0] += cstoff;
518 offrange[1] += cstoff;
H A Dexpr.cc12086 HOST_WIDE_INT cstoff;
12087 if (!base_off.is_constant (&cstoff))
12156 HOST_WIDE_INT cstoff;
12157 if (!base_off.is_constant (&cstoff))
12160 cstoff = (cstoff - fieldoff) / BITS_PER_UNIT;
12161 tree off = build_int_cst (sizetype, cstoff);
12064 HOST_WIDE_INT cstoff; local

Completed in 335 milliseconds