Searched refs:old_index_constant (Results 1 – 3 of 3) sorted by relevance
65 ir_constant *old_index_constant = in visit_enter() local67 if (!old_index_constant) { in visit_enter()75 ir->write_mask = 1 << old_index_constant->get_int_component(0); in visit_enter()
267 ir_constant *old_index_constant = in fix_lhs() local269 if (!old_index_constant) { in fix_lhs()278 if (old_index_constant) { in fix_lhs()282 ir->write_mask = 1 << old_index_constant->get_int_component(0); in fix_lhs()
238 ir_constant *old_index_constant = in create_indices() local240 if (old_index_constant) { in create_indices()245 int const_val = old_index_constant->get_int_component(0) + offset; in create_indices()