| 3406 | |
| 3407 | |
| 3408 | ExprId LowLevelILFunction::SeparateParamListSSA(const vector<ExprId>& params, const ILSourceLocation& loc) |
| 3409 | { |
| 3410 | return AddExprWithLocation(LLIL_SEPARATE_PARAM_LIST_SSA, loc, 0, 0, params.size(), AddOperandList(params)); |
| 3411 | } |
| 3412 | |
| 3413 | |
| 3414 | ExprId LowLevelILFunction::SharedParamSlotSSA(const vector<ExprId>& params, const ILSourceLocation& loc) |