| 237 | // DEREF_FIELD_SSA |
| 238 | #[derive(Debug, Copy, Clone)] |
| 239 | pub struct DerefFieldSsa { |
| 240 | pub src: usize, |
| 241 | pub src_memory: u64, |
| 242 | pub offset: u64, |
| 243 | pub member_index: Option<usize>, |
| 244 | } |
| 245 | |
| 246 | #[derive(Clone, Debug, PartialEq)] |
| 247 | pub struct LiftedDerefFieldSsa { |