Home
last modified time | relevance | path

Searched defs:getNumIterators (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Dialect/Utils/
H A DStructuredOpsUtils.h109 inline unsigned getNumIterators(StringRef name, ArrayAttr iteratorTypes) { in getNumIterators() function
118 inline unsigned getNumIterators(ArrayAttr iteratorTypes) { in getNumIterators() function
/llvm-project-15.0.7/polly/lib/Analysis/
H A DScopInfo.cpp1216 unsigned ScopStmt::getNumIterators() const { return NestLoops.size(); } in getNumIterators() function in ScopStmt