Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp231 auto unwrappedTypes = llvm::map_range(operands(), [](Value operand) { in verifyRegions() local
236 if (body().getArgumentTypes() != unwrappedTypes) in verifyRegions()