Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp323 Value blockLastIndex = b.create<arith::SubIOp>(blockEnd1, c1); in createParallelComputeFunction() local
327 auto blockLastCoord = delinearize(b, blockLastIndex, tripCounts); in createParallelComputeFunction()