Searched defs:IROperand (Results 1 – 1 of 1) sorted by relevance
129 IROperand(Operation *owner) : detail::IROperandBase(owner) {} in IROperand() function130 IROperand(Operation *owner, IRValueT value) in IROperand() function137 IROperand(IROperand &&other) : detail::IROperandBase(std::move(other)) { in IROperand() function