Home
last modified time | relevance | path

Searched defs:getEffectID (Results 1 – 1 of 1) sorted by relevance

/llvm-project/mlir/include/mlir/Interfaces/
H A DSideEffectInterfaces.h35 static TypeID getEffectID() { return TypeID::get<DerivedEffect>(); } in getEffectID() function
53 TypeID getEffectID() const { return id; } in getEffectID() function