llvm/llvm/test/Transforms/WholeProgramDevirt/Inputs/import-vcp-branch-funnel.yaml

---
TypeIdMap:
  typeid1:
    WPDRes:
      0:
        Kind: BranchFunnel
        ResByArg:
          1:
            Kind: VirtualConstProp
            Info: 0
            Byte: 42
            Bit: 0
  typeid2:
    WPDRes:
      8:
        Kind: BranchFunnel
        ResByArg:
          3:
            Kind: VirtualConstProp
            Info: 0
            Byte: 43
            Bit: 128
...