Home | History | Annotate | Download | only in initial

Lines Matching defs:Opcode

136   char Opcode;
139 UnaryExprAST(char opcode, ExprAST *operand)
140 : Opcode(opcode), Operand(operand) {}
889 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));