csharp
public sealed class IrCallInstructionA 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? Resultpublic IrFunction Functionpublic IReadOnlyList<IrArgument> Argumentspublic override IEnumerable<IrValue> OperandsThe values this call consumes — by-value arguments only.
Methods (1)
public IrCallInstruction(IrValue? result, IrFunction function, IrArgument[] arguments)A call to another function in the module.
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