Lines Matching defs:Opcode
138 char Opcode;141 UnaryExprAST(char opcode, ExprAST *operand)142 : Opcode(opcode), Operand(operand) {}929 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));