Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Affine/IR/
H A DAffineOps.cpp2947 unsigned numProducerSyms = producerMap.getNumSymbols(); in matchAndRewrite() local
2953 producerOp.getMapOperands().take_back(numProducerSyms); in matchAndRewrite()
2960 .shiftSymbols(numProducerSyms, numUsedSyms)); in matchAndRewrite()
2964 numUsedSyms += numProducerSyms; in matchAndRewrite()