Searched refs:const_b_idx (Results 1 – 1 of 1) sorted by relevance
341 const bool const_b_idx = nir_src_is_const(b->arr.index); in try_match_deref() local343 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()