Searched refs:replacementInfo (Results 1 – 1 of 1) sorted by relevance
374 auto replacementInfo = replaceUnitExtents(genericOp, opOperand, context); in matchAndRewrite() local375 if (replacementInfo) { in matchAndRewrite()376 reassociationMaps.push_back(replacementInfo->reassociation); in matchAndRewrite()377 newIndexingMaps.push_back(replacementInfo->indexMap); in matchAndRewrite()378 newInputOutputTypes.push_back(replacementInfo->type); in matchAndRewrite()380 replacementInfo->type != opOperand->get().getType(); in matchAndRewrite()