Home | History | Annotate | Download | only in lazy_codegen

Lines Matching defs:Opcode

142   UnaryExprAST(char Opcode, std::unique_ptr<ExprAST> Operand)
143 : Opcode(std::move(Opcode)), Operand(std::move(Operand)) {}
147 char Opcode;
770 std::string FnName = MakeLegalFunctionName(std::string("unary")+Opcode);