Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/TableGen/
DType.h35 static bool classof(const Constraint *c) { return c->getKind() == CK_Type; } in classof()
DConstraint.h51 enum Kind { CK_Attr, CK_Region, CK_Successor, CK_Type, CK_Uncategorized }; enumerator
/external/llvm-project/mlir/lib/TableGen/
DType.cpp21 : Constraint(Constraint::CK_Type, record) { in TypeConstraint()
DConstraint.cpp24 kind = CK_Type; in Constraint()