Searched refs:b_tail (Results 1 – 1 of 1) sorted by relevance
555 nir_deref_instr *b_tail = *(b_p++); in nir_compare_deref_paths() local560 assert(b_tail->deref_type == nir_deref_type_array || in nir_compare_deref_paths()561 b_tail->deref_type == nir_deref_type_array_wildcard); in nir_compare_deref_paths()564 if (b_tail->deref_type != nir_deref_type_array_wildcard) in nir_compare_deref_paths()566 } else if (b_tail->deref_type == nir_deref_type_array_wildcard) { in nir_compare_deref_paths()571 b_tail->deref_type == nir_deref_type_array); in nir_compare_deref_paths()572 assert(a_tail->arr.index.is_ssa && b_tail->arr.index.is_ssa); in nir_compare_deref_paths()575 nir_src_is_const(b_tail->arr.index)) { in nir_compare_deref_paths()580 nir_src_as_uint(b_tail->arr.index)) in nir_compare_deref_paths()582 } else if (a_tail->arr.index.ssa == b_tail->arr.index.ssa) { in nir_compare_deref_paths()[all …]