Searched refs:remapOutputs (Results 1 – 1 of 1) sorted by relevance
1169 SmallVector<Value, 4> remapOutputs; in replaceAllMemRefUsesWith() local1170 remapOutputs.reserve(oldMemRefRank); in replaceAllMemRefUsesWith()1180 remapOutputs.push_back(afOp); in replaceAllMemRefUsesWith()1185 remapOutputs.assign(remapOperands.begin(), remapOperands.end()); in replaceAllMemRefUsesWith()1201 newMapOperands.append(remapOutputs.begin(), remapOutputs.end()); in replaceAllMemRefUsesWith()