Searched refs:applyOperands (Results 1 – 2 of 2) sorted by relevance
533 SmallVector<Value, 8> applyOperands{dimOperands}; in normalizeAffineParallel() local534 applyOperands.push_back(iv); in normalizeAffineParallel()535 applyOperands.append(symbolOperands.begin(), symbolOperands.end()); in normalizeAffineParallel()536 auto apply = builder.create<AffineApplyOp>(op.getLoc(), map, applyOperands); in normalizeAffineParallel()
1804 SmallVector<Value, 4> applyOperands; in coalesceLoops() local1805 applyOperands.push_back(previous); in coalesceLoops()1806 applyOperands.push_back(upperBoundSymbols[idx - 1]); in coalesceLoops()1812 applyOperands); in coalesceLoops()