Lines Matching refs:IfExprAST
162 /// IfExprAST - Expression class for if/then/else.163 class IfExprAST : public ExprAST {166 IfExprAST(ExprAST *cond, ExprAST *then, ExprAST *_else)342 return new IfExprAST(Cond, Then, Else);710 Value *IfExprAST::Codegen() {