Searched refs:this_off (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dtree-ssa-strlen.c498 HOST_WIDE_INT this_off = tree_to_shwi (off); local
501 offrng[0] += wi::shwi (this_off, offrng->get_precision ());
505 if (this_off < 0)
508 offset = (unsigned HOST_WIDE_INT) offset + this_off;
H A Dtree-vect-stmts.c8009 tree this_off = build_int_cst (TREE_TYPE (alias_off), local
8012 running_off, this_off);
9031 tree this_off = build_int_cst (TREE_TYPE (alias_off), local
9033 tree data_ref = build2 (MEM_REF, ltype, running_off, this_off);
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dtree-ssa-strlen.cc573 HOST_WIDE_INT this_off = tree_to_shwi (off); local
576 offrng[0] += wi::shwi (this_off, offrng->get_precision ());
580 if (this_off < 0)
583 offset = (unsigned HOST_WIDE_INT) offset + this_off;
H A Dtree-vect-stmts.cc8130 tree this_off = build_int_cst (TREE_TYPE (alias_off), local
8133 running_off, this_off);
9263 tree this_off = build_int_cst (TREE_TYPE (alias_off),
9265 tree data_ref = build2 (MEM_REF, ltype, running_off, this_off);
9255 tree this_off = build_int_cst (TREE_TYPE (alias_off), local

Completed in 150 milliseconds