| 1454 | |
| 1455 | |
| 1456 | LowLevelILInstruction LowLevelILInstructionBase::GetRawOperandAsExpr(size_t operand) const |
| 1457 | { |
| 1458 | return LowLevelILInstruction( |
| 1459 | function, function->GetRawExpr(operands[operand]), operands[operand], instructionIndex); |
| 1460 | } |
| 1461 | |
| 1462 | |
| 1463 | SSARegister LowLevelILInstructionBase::GetRawOperandAsSSARegister(size_t operand) const |
no test coverage detected