Lines Matching defs:targetExpr
1080 static int64_t getResultIndex(AffineMap map, AffineExpr targetExpr) {
1082 if (targetExpr == map.getResult(i))
1095 // Search lhs/rhs map results for 'targetExpr'.
1096 auto targetExpr = getAffineDimExpr(it.index(), context);
1097 int64_t lhsDim = getResultIndex(indexingMaps[0], targetExpr);
1098 int64_t rhsDim = getResultIndex(indexingMaps[1], targetExpr);
1112 // Search lhs/rhs map results for 'targetExpr'.
1113 auto targetExpr = getAffineDimExpr(it.index(), getContext());
1117 int64_t lhsDimIndex = getResultIndex(indexingMaps[0], targetExpr);
1123 int64_t resDimIndex = getResultIndex(indexingMaps[2], targetExpr);