Vixen
02b45cc4
csharp
public sealed class IrExtractInstruction

Reads part of a value that has no storage — the result of a call, say. The addressable case goes through IrLoadInstruction instead.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (4)

Methods (1)

  • public IrExtractInstruction(IrValue result, IrValue source, IReadOnlyList<IrAccess> chain)

    Reads part of a value that has no storage — the result of a call, say. The addressable case goes through IrLoadInstruction instead.

Used by (7)

  • BodyDecoderVixen.Raven
  • FunctionVerifierVixen.Raven
  • GlslEmitterVixen.Raven
  • IrPrinterVixen.Raven
  • LibraryIrEncoderVixen.Raven
  • LowererVixen.Raven
  • SpirvEmitterVixen.Raven