Home
last modified time | relevance | path

Searched refs:rhsoffset (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/gcc/gcc/
H A Dtree-ssa-structalias.c3278 unsigned HOST_WIDE_INT rhsoffset = 0; in handle_ptr_arith() local
3295 rhsoffset = TREE_INT_CST_LOW (op1) * BITS_PER_UNIT; in handle_ptr_arith()
3304 if (c2->type == ADDRESSOF && rhsoffset != 0) in handle_ptr_arith()
3310 temp = first_vi_for_offset (temp, rhsoffset); in handle_ptr_arith()
3317 c2->offset = rhsoffset; in handle_ptr_arith()