Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/python/mlir/dialects/
H A D_pdl_ops_ext.py12 …m ._ods_common import get_op_result_or_value as _get_value, get_op_results_or_values as _get_values unknown
66 args = _get_values(args)
81 args = _get_values(args)
149 args = _get_values(args)
156 types = _get_values(types)
194 with_values = _get_values(with_values)
240 args = _get_values(args)
/llvm-project-15.0.7/polly/utils/
H A Dargparse.py1784 argument_values = self._get_values(action, argument_strings)
2182 def _get_values(self, action, arg_strings): member in ArgumentParser