Searched refs:tpsize (Results 1 – 3 of 3) sorted by relevance
1811 tree tpsize = TYPE_SIZE_UNIT (eltype); in handle_array_ref() local1812 if (!tpsize || TREE_CODE (tpsize) != INTEGER_CST) in handle_array_ref()1818 offset_int sz = wi::to_offset (tpsize); in handle_array_ref()
7056 by tpsize if it is both non-NULL and INTEGER_CST, otherwise punt.
4039 tree tpsize = TYPE_SIZE_UNIT (eltype); in compute_objsize() local4040 if (tpsize && TREE_CODE (tpsize) == INTEGER_CST) in compute_objsize()4042 wide_int wsz = wi::to_wide (tpsize, offrng->get_precision ()); in compute_objsize()