| 2520 | |
| 2521 | |
| 2522 | ExprId HighLevelILFunction::Block(const vector<ExprId>& exprs, const ILSourceLocation& loc) |
| 2523 | { |
| 2524 | return AddExprWithLocation(HLIL_BLOCK, loc, 0, exprs.size(), AddOperandList(exprs)); |
| 2525 | } |
| 2526 | |
| 2527 | |
| 2528 | ExprId HighLevelILFunction::If(ExprId condition, ExprId trueExpr, ExprId falseExpr, const ILSourceLocation& loc) |