Home
last modified time | relevance | path

Searched refs:hasResultTypeInferrence (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/ODS/
H A DOperation.h171 bool hasResultTypeInferrence() const { return supportsTypeInferrence; } in hasResultTypeInferrence() function
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/Parser/
H A DParser.cpp2891 if (requiresInferrence && !odsOp->hasResultTypeInferrence()) { in checkOperationResultTypeInferrence()