Home | History | Annotate | Download | only in cached

Lines Matching full:opcode

152   char Opcode;
155 UnaryExprAST(char opcode, ExprAST *operand)
156 : Opcode(opcode), Operand(operand) {}
658 Function *F = TheHelper->getFunction(MakeLegalFunctionName(std::string("unary")+Opcode));
660 Function *F = TheModule->getFunction(std::string("unary")+Opcode);