| 1448 | |
| 1449 | |
| 1450 | BNLowLevelILFlagCondition LowLevelILInstructionBase::GetRawOperandAsFlagCondition(size_t operand) const |
| 1451 | { |
| 1452 | return (BNLowLevelILFlagCondition)operands[operand]; |
| 1453 | } |
| 1454 | |
| 1455 | |
| 1456 | LowLevelILInstruction LowLevelILInstructionBase::GetRawOperandAsExpr(size_t operand) const |