Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Tools/PDLL/AST/
H A DNodes.h907 bool hasNativeInputTypes, unsigned numResults, in UserConstraintDecl()
930 bool hasNativeInputTypes; variable
/llvm-project-15.0.7/mlir/lib/Tools/PDLL/AST/
H A DNodes.cpp445 bool hasNativeInputTypes = !nativeInputTypes.empty(); in createImpl() local