Searched refs:t_p (Results 1 – 2 of 2) sorted by relevance
542 for (nir_deref_instr **t_p = a_p; *t_p; t_p++) { in nir_compare_deref_paths() local543 if ((*t_p)->deref_type == nir_deref_type_cast || in nir_compare_deref_paths()544 (*t_p)->deref_type == nir_deref_type_ptr_as_array) in nir_compare_deref_paths()547 for (nir_deref_instr **t_p = b_p; *t_p; t_p++) { in nir_compare_deref_paths() local548 if ((*t_p)->deref_type == nir_deref_type_cast || in nir_compare_deref_paths()549 (*t_p)->deref_type == nir_deref_type_ptr_as_array) in nir_compare_deref_paths()
7 # CHECK-NEXT: - instruction: %t_p:_(s32) = G_TRUNC %p:_(p0)71 %t_p:_(s32) = G_TRUNC %p