Searched refs:offx (Results 1 – 1 of 1) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/gcc/ |
| D | tree-ssa-loop-niter.cc | 558 refine_bounds_using_guard (tree type, tree varx, mpz_t offx, in refine_bounds_using_guard() argument 642 mpz_init_set (loffx, offx); in refine_bounds_using_guard() 728 mpz_t offx, offy; in bound_difference() local 744 mpz_init (offx); in bound_difference() 746 split_to_var_and_offset (x, &varx, offx); in bound_difference() 755 bound_difference_of_offsetted_base (type, offx, offy, bnds); in bound_difference() 765 determine_value_range (loop, type, varx, offx, minx, maxx); in bound_difference() 801 refine_bounds_using_guard (type, varx, offx, vary, offy, in bound_difference() 807 mpz_clear (offx); in bound_difference()
|