Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Bindings/Python/
H A DIRCore.cpp1293 int opMinRegionCount = std::get<0>(opRegionSpec); in buildGeneric() local
1296 regions = opMinRegionCount; in buildGeneric()
1298 if (*regions < opMinRegionCount) { in buildGeneric()
1301 llvm::Twine(opMinRegionCount) + in buildGeneric()
1305 if (opHasNoVariadicRegions && *regions > opMinRegionCount) { in buildGeneric()
1308 llvm::Twine(opMinRegionCount) + in buildGeneric()