(&mut self, ty: Self::Type, ptr: Self::Value, indices: &[Self::Value])
| 1302 | } |
| 1303 | |
| 1304 | fn gep(&mut self, ty: Self::Type, ptr: Self::Value, indices: &[Self::Value]) -> Self::Value { |
| 1305 | self.gep_help(ty, ptr, indices, false) |
| 1306 | } |
| 1307 | |
| 1308 | fn inbounds_gep( |
| 1309 | &mut self, |
no test coverage detected