Searched refs:operandStack (Results 1 – 1 of 1) sorted by relevance
33 std::stack<Operand*> operandStack; in eval() local41 operandStack.push(op->eval(m_Module, m_Backend)); in eval()45 Operand* opd = operandStack.top(); in eval()46 operandStack.pop(); in eval()48 operandStack.push(op->eval(m_Module, m_Backend)); in eval()52 Operand* opd2 = operandStack.top(); in eval()53 operandStack.pop(); in eval()54 Operand* opd1 = operandStack.top(); in eval()55 operandStack.pop(); in eval()58 operandStack.push(op->eval(m_Module, m_Backend)); in eval()[all …]