Home
last modified time | relevance | path

Searched refs:const_b_idx (Results 1 – 1 of 1) sorted by relevance

/third_party/mesa3d/src/compiler/nir/
Dnir_opt_find_array_copies.c341 const bool const_b_idx = nir_src_is_const(b->arr.index); in try_match_deref() local
343 const unsigned b_idx = const_b_idx ? nir_src_as_uint(b->arr.index) : 0; in try_match_deref()
352 const_b_idx && b_idx == 0 && in try_match_deref()
370 (const_b_idx && const_d_idx && b_idx == d_idx)) in try_match_deref()