pub fn get_memory_offsets(
    context: &Context<'_>,
    val: Value
) -> FxHashMap<Symbol, u64>
Expand description

Given a memory pointer instruction, compute the offset of indexed element, for each symbol that this may alias to.