Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DOperation.h772 bool hasOperandStorage : 1; variable
/llvm-project-15.0.7/mlir/lib/IR/
H A DOperation.cpp117 DictionaryAttr attributes, bool hasOperandStorage) in Operation()