Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Dialect/Async/IR/
H A DAsync.cpp68 const auto getValueOrTokenType = [](Type type) { in areTypesCompatible() local
73 return getValueOrTokenType(lhs) == getValueOrTokenType(rhs); in areTypesCompatible()