PointerToAddress

public struct PointerToAddress : Instruction
extension PointerToAddress: CustomStringConvertible

Converts a built-in pointer value to an address.

This instruction doesn’t extend the lifetime of its operand. The address unsafely refers to the memory referenced by the pointer.