Searched refs:t_p (Results 1 – 1 of 1) sorted by relevance
555 for (nir_deref_instr **t_p = a_p; *t_p; t_p++) { in nir_compare_deref_paths() local556 if ((*t_p)->deref_type == nir_deref_type_cast || in nir_compare_deref_paths()557 (*t_p)->deref_type == nir_deref_type_ptr_as_array) in nir_compare_deref_paths()560 for (nir_deref_instr **t_p = b_p; *t_p; t_p++) { in nir_compare_deref_paths() local561 if ((*t_p)->deref_type == nir_deref_type_cast || in nir_compare_deref_paths()562 (*t_p)->deref_type == nir_deref_type_ptr_as_array) in nir_compare_deref_paths()