Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DUseDefLists.h129 IROperand(Operation *owner) : detail::IROperandBase(owner) {} in IROperand() function
130 IROperand(Operation *owner, IRValueT value) in IROperand() function
137 IROperand(IROperand &&other) : detail::IROperandBase(std::move(other)) { in IROperand() function