Home
last modified time | relevance | path

Searched refs:midIndex (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp534 Value midIndex = b.create<arith::AddIOp>(start, halfDistance); in createAsyncDispatchFunction() local
542 operands[1] = midIndex; in createAsyncDispatchFunction()
554 b.create<scf::YieldOp>(ValueRange({start, midIndex})); in createAsyncDispatchFunction()