Searched refs:applyOperands (Results 1 – 1 of 1) sorted by relevance
65 SmallVector<Value, 8> applyOperands{dimOperands}; in normalizeAffineParallel() local66 applyOperands.push_back(iv); in normalizeAffineParallel()67 applyOperands.append(symbolOperands.begin(), symbolOperands.end()); in normalizeAffineParallel()68 auto apply = builder.create<AffineApplyOp>(op.getLoc(), map, applyOperands); in normalizeAffineParallel()