-
The capability being projected.
Declaration
Swift
public let capability: AccessEffect -
The returned address.
Declaration
Swift
public private(set) var projection: 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
fileprivate init(capability: AccessEffect, projection: Operand, site: SourceRange) -
Declaration
Swift
public var operands: [Operand] { get } -
Undocumented
Declaration
Swift
public var successors: [Block.ID] { get } -
Declaration
Swift
public mutating func replaceOperand(at i: Int, with new: Operand) -
Undocumented
View on GitHub