Searched refs:found_var (Results 1 – 3 of 3) sorted by relevance
449 found_var = self._vars[name]450 if not shape.is_compatible_with(found_var.get_shape()):453 (name, shape, found_var.get_shape()))454 if not dtype.is_compatible_with(found_var.dtype):456 found_type_str = found_var.dtype.name460 return found_var
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()
900 found_var = self._vars[name]901 if not shape.is_compatible_with(found_var.get_shape()):904 (name, shape, found_var.get_shape()))905 if not dtype.is_compatible_with(found_var.dtype):907 found_type_str = found_var.dtype.name911 return found_var