Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/TableGen/
H A DArgument.cpp19 bool NamedTypeConstraint::hasPredicate() const { in hasPredicate() function in NamedTypeConstraint
/llvm-project-15.0.7/mlir/tools/mlir-tblgen/
H A DOpDefinitionsGen.cpp2565 bool hasPredicate = value.hasPredicate(); in genOperandResultVerifier() local