Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp322 Value blockEnd1 = b.create<arith::MinSIOp>(blockEnd0, tripCount); in createParallelComputeFunction() local
323 Value blockLastIndex = b.create<arith::SubIOp>(blockEnd1, c1); in createParallelComputeFunction()