Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/MemRef/Transforms/
H A DFoldSubViewOps.cpp54 unsigned resultDim = 0; in resolveSourceIndices() local
60 useIndices.push_back(indices[resultDim++]); in resolveSourceIndices()
/llvm-project-15.0.7/flang/runtime/
H A Dtransformational.cpp517 SubscriptValue &resultDim{resultAt[dim - 1]}; in RTNAME() local
521 for (resultDim = 1; resultDim <= ncopies; ++resultDim) { in RTNAME()