Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp330 for (auto &pyArg : pyArgTypes) { in appendBlock() local
331 argTypes.push_back(pyArg.cast<PyType &>()); in appendBlock()
2794 for (auto &pyArg : pyArgTypes) { in populateIRCore() local
2795 argTypes.push_back(pyArg.cast<PyType &>()); in populateIRCore()
2826 for (auto &pyArg : pyArgTypes) { in populateIRCore() local
2827 argTypes.push_back(pyArg.cast<PyType &>()); in populateIRCore()
2849 for (auto &pyArg : pyArgTypes) { in populateIRCore() local
2850 argTypes.push_back(pyArg.cast<PyType &>()); in populateIRCore()