Lines Matching defs:Opcode
153 char Opcode;156 UnaryExprAST(char opcode, ExprAST *operand) 157 : Opcode(opcode), Operand(operand) {}659 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));661 Function *F = TheModule->getFunction(std::string("unary")+Opcode);