Lines Matching defs:Cond
166 ExprAST *Cond, *Then, *Else;168 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else)169 : Cond(cond), Then(then), Else(_else) {}326 ExprAST *Cond = ParseExpression();327 if (!Cond) return 0;344 return new IfExprAST(Cond, Then, Else);961 Value *CondV = Cond->Codegen();