Home
last modified time | relevance | path

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

/llvm-project/mlir/include/mlir/IR/
H A DUseDefLists.h61 IROperandBase(Operation *owner) : owner(owner) {} in IROperandBase() function
62 IROperandBase(IROperandBase &&other) : owner(other.owner) { in IROperandBase() function