Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Tools/PDLL/ODS/
H A DOperation.cpp21 StringRef nativeClassName, bool supportsTypeInferrence, in Operation() argument
25 supportsTypeInferrence(supportsTypeInferrence), in Operation()
/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/ODS/
H A DOperation.h171 bool hasResultTypeInferrence() const { return supportsTypeInferrence; } in hasResultTypeInferrence()
175 StringRef nativeClassName, bool supportsTypeInferrence, SMLoc loc);
188 bool supportsTypeInferrence; variable