Home
last modified time | relevance | path

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

/external/mesa3d/src/compiler/nir/
Dnir_opt_copy_prop_vars.c630 nir_deref_instr *ret_tail = deref->path[0]; in specialize_wildcards() local
644 ret_tail = nir_build_deref_follower(b, ret_tail, *spec_p); in specialize_wildcards()
649 ret_tail = nir_build_deref_follower(b, ret_tail, *deref_p); in specialize_wildcards()
653 return ret_tail; in specialize_wildcards()