HomeSort by: relevance | last modified time | path
    Searched defs:this_off (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
tree-ssa-strlen.cc 575 HOST_WIDE_INT this_off = tree_to_shwi (off); local
578 offrng[0] += wi::shwi (this_off, offrng->get_precision ());
582 if (this_off < 0)
585 offset = (unsigned HOST_WIDE_INT) offset + this_off;
  /src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-strlen.cc 573 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;
tree-vect-stmts.cc 8131 tree this_off = build_int_cst (TREE_TYPE (alias_off), local
8134 running_off, this_off);
9264 tree this_off = build_int_cst (TREE_TYPE (alias_off), local
9266 tree data_ref = build2 (MEM_REF, ltype, running_off, this_off);
  /src/external/gpl3/gcc/dist/gcc/config/aarch64/
aarch64-ldp-fusion.cc 1173 poly_int64 this_off = current_offset; local
1175 this_off += offset;
1177 offsets[i] = this_off;
1180 base_reg, this_off));

Completed in 45 milliseconds