| 979 | |
| 980 | |
| 981 | size_t MediumLevelILInstructionBase::GetRawOperandAsIndex(size_t operand) const |
| 982 | { |
| 983 | return (size_t)operands[operand]; |
| 984 | } |
| 985 | |
| 986 | |
| 987 | MediumLevelILInstruction MediumLevelILInstructionBase::GetRawOperandAsExpr(size_t operand) const |
no outgoing calls
no test coverage detected