Searched refs:m_operand (Results 1 – 1 of 1) sorted by relevance
139 : Node(UnaryOp), m_op_type(op_type), m_operand(&operand) {} in UnaryOpNode()143 const Node *Operand() const { return m_operand; } in Operand()144 Node *&Operand() { return m_operand; } in Operand()150 Node *m_operand; variable