Lines Matching defs:Opcode
178 char Opcode;181 UnaryExprAST(char opcode, ExprAST *operand)182 : Opcode(opcode), Operand(operand) {}1102 MakeLegalFunctionName(std::string("unary") + Opcode));