pub fn asm_const_ptr_clean<'tcx>(tcx: TyCtxt<'tcx>, scalar: Scalar) -> Scalar
“Clean” a const pointer by removing values where the resulting ASM will not be <symbol> + <offset>.
<symbol> + <offset>
These values are converted to ScalarInt.
ScalarInt