Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/Transforms/
H A DAsyncParallelFor.cpp321 Value blockEnd0 = b.create<arith::AddIOp>(blockFirstIndex, blockSize); in createParallelComputeFunction() local
322 Value blockEnd1 = b.create<arith::MinSIOp>(blockEnd0, tripCount); in createParallelComputeFunction()