Home | History | Annotate | Download | only in lazy

Lines Matching defs:Opcode

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