| 3002 | |
| 3003 | |
| 3004 | ExprId LowLevelILFunction::RegisterSplit(size_t size, uint32_t high, uint32_t low, const ILSourceLocation& loc) |
| 3005 | { |
| 3006 | return AddExprWithLocation(LLIL_REG_SPLIT, loc, size, 0, high, low); |
| 3007 | } |
| 3008 | |
| 3009 | |
| 3010 | ExprId LowLevelILFunction::RegisterSplitSSA( |
no outgoing calls
no test coverage detected