-
The type of the object being loaded.
Declaration
Swift
public let objectType: IR.Type -
The location of the object is being loaded.
Declaration
Swift
public private(set) var source: 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(objectType: IR.Type, from source: Operand, site: SourceRange) -
Declaration
Swift
public var result: IR.Type? { get } -
Declaration
Swift
public var operands: [Operand] { get } -
Declaration
Swift
public mutating func replaceOperand(at i: Int, with new: Operand)
View on GitHub