Lines Matching defs:bit_offset
389 poly_offset_int bit_offset = 0;
428 bit_offset += wi::to_poly_offset (TREE_OPERAND (exp, 2));
441 bit_offset += woffset;
489 maxsize = wi::to_poly_offset (csize) - bit_offset;
515 bit_offset += woffset;
531 maxsize = wi::to_poly_offset (asize) - bit_offset;
575 /* Try to adjust bit_offset with range information. */
585 bit_offset += woffset;
598 bit_offset += bitsize;
611 bit_offset = 0;
632 (bit_offset + maxsize,
645 off += bit_offset;
649 bit_offset = off_hwi;
674 negative bit_offset here. We might want to store a zero offset
676 if (!bit_offset.to_shwi (poffset))
699 || maybe_eq (bit_offset + maxsize,
708 maxsize = wi::to_poly_offset (DECL_SIZE (exp)) - bit_offset;
718 - bit_offset);