Vixen
02b45cc4
csharp
public sealed class IrCallInstruction

A call to another function in the module.

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

Fields and properties (4)

  • public override IrValue? Result
  • public IrFunction Function
  • public IReadOnlyList<IrArgument> Arguments
  • public override IEnumerable<IrValue> Operands

    The values this call consumes — by-value arguments only.

Methods (1)

Used by (10)

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