Home
last modified time | relevance | path

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

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