Home | History | Annotate | Download | only in cached

Lines Matching refs:Operand

160   ExprAST *Operand;
162 UnaryExprAST(char opcode, ExprAST *operand)
163 : Opcode(opcode), Operand(operand) {}
487 if (ExprAST *Operand = ParseUnary())
488 return new UnaryExprAST(Opc, Operand);
1028 Value *OperandV = Operand->Codegen();