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