Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp533 Value halfDistance = b.create<arith::DivSIOp>(distance, c2); in createAsyncDispatchFunction() local
534 Value midIndex = b.create<arith::AddIOp>(start, halfDistance); in createAsyncDispatchFunction()