Home
last modified time | relevance | path

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

/netbsd/src/external/gpl3/gcc/dist/gcc/
Dtree-ssa-structalias.cc3140 HOST_WIDE_INT rhsoffset; in get_constraint_for_ptr_offset() local
3156 rhsoffset = UNKNOWN_OFFSET; in get_constraint_for_ptr_offset()
3162 rhsoffset = UNKNOWN_OFFSET; in get_constraint_for_ptr_offset()
3167 rhsoffset = rhsunitoffset * (unsigned HOST_WIDE_INT) BITS_PER_UNIT; in get_constraint_for_ptr_offset()
3168 if (rhsunitoffset != rhsoffset / BITS_PER_UNIT) in get_constraint_for_ptr_offset()
3169 rhsoffset = UNKNOWN_OFFSET; in get_constraint_for_ptr_offset()
3174 if (rhsoffset == 0) in get_constraint_for_ptr_offset()
3192 && rhsoffset == UNKNOWN_OFFSET) in get_constraint_for_ptr_offset()
3210 unsigned HOST_WIDE_INT offset = curr->offset + rhsoffset; in get_constraint_for_ptr_offset()
3213 if (rhsoffset < 0 in get_constraint_for_ptr_offset()
[all …]