Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Affine/IR/
DAffineOps.cpp748 SmallVector<Value, 8> remappedSymbols; in canonicalizePromotedSymbols() local
749 remappedSymbols.reserve(operands->size()); in canonicalizePromotedSymbols()
759 remappedSymbols.push_back((*operands)[i]); in canonicalizePromotedSymbols()
769 resultOperands.append(remappedSymbols.begin(), remappedSymbols.end()); in canonicalizePromotedSymbols()