WordConstant

public struct WordConstant : Constant, Hashable
extension WordConstant: CustomStringConvertible

Undocumented

  • The value of the constant.

    The value is stored as a 64-bit integer with the assumption that no supported target use a longer machine word.

    Declaration

    Swift

    public let value: Int64
  • Creates a new constant with given value.

    Declaration

    Swift

    public init(_ value: Int)
  • Declaration

    Swift

    public var type: IR.Type { get }
  • Declaration

    Swift

    public var description: String { get }