Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Vector/
DVectorOps.cpp463 int64_t lhsDim = getResultIndex(indexingMaps[0], targetExpr); in getDimMap() local
465 if (lhsDim >= 0 && rhsDim >= 0) in getDimMap()
466 dimMap.push_back({lhsDim, rhsDim}); in getDimMap()