-
The location to initialize or assign.
Declaration
Swift
public private(set) var target: Operand { get } -
The conformance of
target‘s type toMovableimplementing its move operators.Declaration
Swift
public let movable: FrontEnd.Conformance -
The site of the code corresponding to that instruction.
Declaration
Swift
public let site: SourceRange -
Creates an instance with the given properties.
Declaration
Swift
fileprivate init( object: Operand, target: Operand, movable: FrontEnd.Conformance, site: SourceRange ) -
Declaration
Swift
public var operands: [Operand] { get } -
Declaration
Swift
public mutating func replaceOperand(at i: Int, with new: Operand)
View on GitHub