Vixen
02b45cc4
csharp
public sealed class IrIfStatement

A two-way branch with a structured merge.

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

Fields and properties (3)

Methods (1)

  • public IrIfStatement(IrValue condition, IrBlock then, IrBlock? otherwise)

    A two-way branch with a structured merge.

Used by (18)

  • AtomicTestsVixen.Raven.Tests
  • BodyDecoderVixen.Raven
  • CallGraphVixen.Raven
  • FunctionVerifierVixen.Raven
  • GlslEmitterVixen.Raven
  • GroupSharedTestsVixen.Raven.Tests
  • ImportPrunerVixen.Raven
  • InOutTestsVixen.Raven.Tests
  • Int64TestsVixen.Raven.Tests
  • IrCapabilitiesVixen.Raven
  • IrFunctionVixen.Raven
  • IrPrinterVixen.Raven
  • IrVerifierTestsVixen.Raven.Tests
  • LibraryBuilderVixen.Raven
  • LibraryIrEncoderVixen.Raven
  • LowererVixen.Raven
  • SpirvEmitterVixen.Raven
  • WritableResourceTestsVixen.Raven.Tests