Lines Matching defs:Opcode
154 char Opcode;158 UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand)159 : Opcode(Opcode), Operand(std::move(Operand)) {}730 Function *F = getFunction(std::string("unary") + Opcode);