Lines Matching refs:Operand
179 ExprAST *Operand;181 UnaryExprAST(char opcode, ExprAST *operand)182 : Opcode(opcode), Operand(operand) {}506 if (ExprAST *Operand = ParseUnary())507 return new UnaryExprAST(Opc, Operand);1098 Value *OperandV = Operand->Codegen();