AddressToPointer

public struct AddressToPointer : Instruction

Converts an address to a built-in pointer value.

This instruction doesn’t extend the lifetime of its operand. The value of the converted pointer is only valid within the scope of the source address.