Lines Matching full:opcode
137 char Opcode;140 UnaryExprAST(char opcode, ExprAST *operand) 141 : Opcode(opcode), Operand(operand) {}643 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));645 Function *F = TheModule->getFunction(std::string("unary")+Opcode);