Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp483 int64_t lhsDimIndex = getResultIndex(indexingMaps[0], targetExpr); in getIterationBounds() local
484 assert(lhsDimIndex >= 0); in getIterationBounds()
485 iterationBounds.push_back(lhsShape[lhsDimIndex]); in getIterationBounds()