Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp489 int64_t resDimIndex = getResultIndex(indexingMaps[2], targetExpr); in getIterationBounds() local
490 assert(resDimIndex >= 0); in getIterationBounds()
492 iterationBounds.push_back(resVectorType.getShape()[resDimIndex]); in getIterationBounds()