Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Bindings/Python/
DIRModules.cpp293 for (auto &pyArg : pyArgTypes) { in appendBlock() local
294 argTypes.push_back(pyArg.cast<PyType &>()); in appendBlock()