//! Cranelift IR generation helpers for RSSN-Advanced JIT.
//!
//! Utilities for emitting Cranelift IR, including relative-to-absolute
//! pointer calculations.
use ;
use FunctionBuilder;
/// Calculates the absolute pointer from a relative offset Value.
///
/// Converts a stack-relative pointer offset (`i32` or `i64`) into a
/// fully qualified absolute virtual memory address by adding it to a
/// given base address Value.