Searched refs:localCst (Results 1 – 1 of 1) sorted by relevance
466 FlatAffineConstraints localCst; in composeMap() local468 &localCst))) { in composeMap()476 if (localCst.getNumLocalIds() > 0) { in composeMap()477 localCst.setIdValues(0, /*end=*/localCst.getNumDimAndSymbolIds(), in composeMap()480 mergeAndAlignIds(/*offset=*/0, &localCst, this); in composeMap()482 append(localCst); in composeMap()541 FlatAffineConstraints localCst; in composeMatchingMap() local542 if (failed(getFlattenedAffineExprs(other, &flatExprs, &localCst))) { in composeMatchingMap()550 if (localCst.getNumLocalIds() > 0) { in composeMatchingMap()552 for (unsigned l = 0, e = localCst.getNumLocalIds(); l < e; l++) { in composeMatchingMap()[all …]