| 82 | // ARRAY_INDEX_SSA |
| 83 | #[derive(Debug, Copy, Clone)] |
| 84 | pub struct ArrayIndexSsa { |
| 85 | pub src: usize, |
| 86 | pub src_memory: u64, |
| 87 | pub index: usize, |
| 88 | } |
| 89 | #[derive(Clone, Debug, PartialEq)] |
| 90 | pub struct LiftedArrayIndexSsa { |
| 91 | pub src: Box<HighLevelILLiftedInstruction>, |