Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Transforms/Utils/
DUtils.cpp101 NamedAttribute oldMapAttrPair = getAffineMapAttrForMemRef(op, oldMemRef); in replaceAllMemRefUsesWith() local
102 AffineMap oldMap = oldMapAttrPair.second.cast<AffineMapAttr>().getValue(); in replaceAllMemRefUsesWith()
206 if (namedAttr.first == oldMapAttrPair.first) in replaceAllMemRefUsesWith()