Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/TableGen/
H A DConstraint.h95 struct AppliedConstraint { argument
91 struct AppliedConstraint { global() struct
97 selfAppliedConstraint global() argument
99 entitiesAppliedConstraint global() argument
/llvm-project/mlir/lib/TableGen/
H A DConstraint.cpp112 AppliedConstraint::AppliedConstraint(Constraint &&constraint, AppliedConstraint() function in AppliedConstraint