Searched refs:double_int_to_shwi (Results 1 – 9 of 9) sorted by relevance
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | tree-dfa.c | 795 - double_int_to_shwi (doffset)); in get_ref_base_and_extent() 812 - double_int_to_shwi (bit_offset); in get_ref_base_and_extent() 861 - double_int_to_shwi (bit_offset); in get_ref_base_and_extent() 910 || (double_int_to_shwi (bit_offset) + maxsize in get_ref_base_and_extent() 949 || (double_int_to_shwi (bit_offset) + maxsize in get_ref_base_and_extent() 964 hbit_offset = double_int_to_shwi (bit_offset); in get_ref_base_and_extent()
|
H A D | double-int.h | 104 double_int_to_shwi (double_int cst) in double_int_to_shwi() function
|
H A D | tree-flow-inline.h | 1318 byte_offset += double_int_to_shwi (off); in get_addr_base_and_unit_offset_1() 1341 byte_offset += double_int_to_shwi (off); in get_addr_base_and_unit_offset_1()
|
H A D | tree-ssa-address.c | 555 coef = double_int_to_shwi (addr->elts[i].coef); in most_expensive_mult_to_index()
|
H A D | tree-ssa-loop-niter.c | 3097 hwi_nit = double_int_to_shwi (nit); in estimated_loop_iterations_int()
|
H A D | fold-const.c | 984 res = double_int_rshift (op1, double_int_to_shwi (op2), in int_const_binop() 992 res = double_int_lshift (op1, double_int_to_shwi (op2), in int_const_binop() 997 res = double_int_rrotate (op1, double_int_to_shwi (op2), in int_const_binop() 1002 res = double_int_lrotate (op1, double_int_to_shwi (op2), in int_const_binop()
|
H A D | expr.c | 6703 *pbitpos = double_int_to_shwi (tem); in get_inner_reference() 6729 *pbitpos = double_int_to_shwi (bit_offset); in get_inner_reference()
|
H A D | tree-ssa-loop-ivopts.c | 4089 ratio = double_int_to_shwi (rat); in get_computation_cost_at()
|
H A D | dwarf2out.c | 12743 insert_int (double_int_to_shwi (val), elt_size, p); in loc_descriptor() 14216 return double_int_to_shwi (object_offset_in_bytes); in field_byte_offset() 14501 insert_int (double_int_to_shwi (val), elt_size, p); in add_const_value_attribute()
|