-
The object to store.
Declaration
Swift
public private(set) var object: Operand { get } -
The location at which the object is stored.
Declaration
Swift
public private(set) var target: Operand { get } -
The site of the code corresponding to that instruction.
Declaration
Swift
public let site: SourceRange -
Creates an instance with the given properties.
-
Declaration
Swift
public var operands: [Operand] { get } -
Declaration
Swift
public mutating func replaceOperand(at i: Int, with new: Operand)
View on GitHub