Vixen
dd8b0a81
csharp
public sealed class IrConstantInstruction

A compile-time constant materialized into a value.

Read the guide page for this →

Fields and properties (2)

  • public override IrValue Result
  • public object? Value

    The boxed constant; null means the type's zero value.

Methods (1)

  • public IrConstantInstruction(IrValue result, object? value)

    A compile-time constant materialized into a value.

Used by (8)

  • BodyDecoderVixen.Raven
  • GlslEmitterVixen.Raven
  • InOutTestsVixen.Raven.Tests
  • IrPrinterVixen.Raven
  • IrVerifierTestsVixen.Raven.Tests
  • LibraryIrEncoderVixen.Raven
  • LowererVixen.Raven
  • SpirvEmitterVixen.Raven