Home | History | Annotate | Download | only in tutorial

Lines Matching full:operand

360   ExprAST *Operand;
362 UnaryExprAST(char opcode, ExprAST *operand)
363 : Opcode(opcode), Operand(operand) {}
387 if (ExprAST *Operand = ParseUnary())
388 return new UnaryExprAST(Opc, Operand);
475 Value *OperandV = Operand->Codegen();
963 ExprAST *Operand;
965 UnaryExprAST(char opcode, ExprAST *operand)
966 : Opcode(opcode), Operand(operand) {}
1230 if (ExprAST *Operand = ParseUnary())
1231 return new UnaryExprAST(Opc, Operand);
1392 Value *OperandV = Operand->Codegen();