Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DTypes.cpp32 Type Type::refineWith(Type other) const { in refineWith() function in Type
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DTypes.h102 Type refineWith(Type other) const;
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp2518 else if (ast::Type mergedType = type.refineWith(initializer->getType())) in createVariableDecl()
2629 } else if (ast::Type mergedTy = inferredType.refineWith(constraintType)) { in validateVariableConstraint()
/llvm-project-15.0.7/mlir/lib/Tools/mlir-pdll-lsp-server/
H A DPDLLServer.cpp873 if (currentType && !currentType.refineWith(constraintType)) in codeCompleteConstraintName()