Searched refs:found_var (Results 1 – 2 of 2) sorted by relevance
164 ir_variable *found_var = entry ? (ir_variable *) entry->data : NULL; in run() local165 if (!found_var) { in run()296 ir_variable *found_var = (ir_variable *) entry->data; in handle_rvalue() local299 new(mem_ctx) ir_dereference_variable(found_var); in handle_rvalue()
894 found_var = self._vars[name]895 if not shape.is_compatible_with(found_var.get_shape()):898 (name, shape, found_var.get_shape()))899 if not dtype.is_compatible_with(found_var.dtype):901 found_type_str = found_var.dtype.name905 return found_var