Searched refs:count_res_shr (Results 1 – 1 of 1) sorted by relevance
1923 ir_node *count_res_shr = new_Const_long(mode_uint, base_bits - bitsize); in bitfield_store_to_firm() local1925 res_shr = new_d_Shrs(dbgi, shiftl, count_res_shr, mode); in bitfield_store_to_firm()1927 res_shr = new_d_Shr(dbgi, shiftl, count_res_shr, mode); in bitfield_store_to_firm()