Lines Matching refs:localCst
466 FlatAffineConstraints localCst; in composeMap() local
468 &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() local
542 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()
556 append(localCst); in composeMatchingMap()