Sign in
llvm
/
llvm-project
/
a58dcc5e08665f2d58a28c9d4510cf94de6ed3bf
/
.
/
mlir
/
test
/
lib
/
Dialect
/
Test
/
TestInterfaces.cpp
blob: 64ec82ecb24ff8908f7968f5d2a88445594caf1d [
file
] [
log
] [
blame
]
#include
"TestInterfaces.h"
using
namespace
mlir
;
bool
mlir
::
TestEffects
::
Effect
::
classof
(
const
mlir
::
SideEffects
::
Effect
*
effect
)
{
return
isa
<
mlir
::
TestEffects
::
Concrete
>(
effect
);
}