Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Dialect/Async/Transforms/
DAsyncParallelFor.cpp251 auto rankType = IndexType::get(ctx); in matchAndRewrite() local
252 b.create<AddToGroupOp>(loc, rankType, execute.token(), group.result()); in matchAndRewrite()