Searched refs:nonconst_index (Results 1 – 1 of 1) sorted by relevance
44 nir_ssa_def *nonconst_index = NULL; in get_block_array_index() local62 if (nonconst_index) in get_block_array_index()63 nonconst_index = nir_iadd(b, nonconst_index, arr_offset); in get_block_array_index()65 nonconst_index = arr_offset; in get_block_array_index()101 if (nonconst_index) in get_block_array_index()102 return nir_iadd_imm(b, nonconst_index, i); in get_block_array_index()