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

  /src/external/gpl3/gcc/dist/gcc/
rtlanal.cc 952 strip_offset (rtx x, poly_int64 *offset_out)
948 strip_offset (rtx x, poly_int64 *offset_out) function
tree-ssa-loop-ivopts.cc 2987 strip_offset (tree expr, poly_uint64 *offset) function
3607 base = strip_offset (iv->base, &offset);
  /src/external/gpl3/gcc.old/dist/gcc/
rtlanal.cc 954 strip_offset (rtx x, poly_int64_pod *offset_out)
950 strip_offset (rtx x, poly_int64_pod *offset_out) function
tree-ssa-loop-ivopts.cc 1610 addr_base = strip_offset (iv->base, &addr_offset);
2947 strip_offset (tree expr, poly_uint64_pod *offset) function
3567 base = strip_offset (iv->base, &offset);
3586 base = strip_offset (base, &offset);

Completed in 44 milliseconds