AdvancedByBytes
public struct AdvancedByBytes : Instruction
extension AdvancedByBytes: LifetimeExtender
extension AdvancedByBytes: CustomStringConvertible
Computes a source address value advanced by offset bytes.
-
The value of a pointer to be advanced.
Declaration
Swift
public private(set) var base: Operand { get } -
The value of an integer number of bytes by which to advance the source value.
Declaration
Swift
public private(set) var byteOffset: 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 result: IR.Type? { get } -
Declaration
Swift
public var operands: [Operand] { get } -
Declaration
Swift
public mutating func replaceOperand(at i: Int, with new: Operand) -
Declaration
Swift
public var description: String { get }
View on GitHub