Use
public struct Use : Hashable, Sendable
A pair representing the use of a value in an instruction.
-
The ID of the user that contains this use.
Declaration
Swift
public let user: InstructionID -
The index of this use in
user‘s operands.Declaration
Swift
public let index: Int
View on GitHub