PointerToPlace

public struct PointerToPlace : Instruction
extension PointerToPlace: CustomStringConvertible

Converts a built-in pointer value to a place.

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