Searched refs:fldend (Results 1 – 2 of 2) sorted by relevance
696 tree fldend = int_const_binop (PLUS_EXPR, fldoff, fldsiz); in inbounds_memaccess_p() local697 return tree_int_cst_le (fldend, refsize); in inbounds_memaccess_p()
2462 HOST_WIDE_INT fldend = fldpos + fldsize; in field_at_offset() local2463 if (fldend < off) in field_at_offset()2514 if (off < fldend) in field_at_offset()