Home
last modified time | relevance | path

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

/external/llvm-project/mlir/include/mlir/IR/
DUseDefLists.h115 IROperand(Operation *owner) : owner(owner) {} in IROperand() function
116 IROperand(Operation *owner, ValueType value) : value(value), owner(owner) { in IROperand() function
156 IROperand(IROperand &&other) : owner(other.owner) { in IROperand() function