Searched refs:found_var (Results 1 – 2 of 2) sorted by relevance
163 ir_variable *found_var = entry ? (ir_variable *) entry->data : NULL; in run() local164 if (!found_var) { in run()295 ir_variable *found_var = (ir_variable *) entry->data; in handle_rvalue() local298 new(mem_ctx) ir_dereference_variable(found_var); in handle_rvalue()
872 found_var = self._vars[name]873 if not shape.is_compatible_with(found_var.get_shape()):876 found_var.get_shape()))877 if not dtype.is_compatible_with(found_var.dtype):879 found_type_str = found_var.dtype.name883 return found_var