Searched refs:StructElts (Results 1 – 1 of 1) sorted by relevance
1072 unsigned StructElts = 2; in DecodeIITType() local1238 case IIT_STRUCT9: ++StructElts; [[fallthrough]]; in DecodeIITType()1239 case IIT_STRUCT8: ++StructElts; [[fallthrough]]; in DecodeIITType()1240 case IIT_STRUCT7: ++StructElts; [[fallthrough]]; in DecodeIITType()1241 case IIT_STRUCT6: ++StructElts; [[fallthrough]]; in DecodeIITType()1242 case IIT_STRUCT5: ++StructElts; [[fallthrough]]; in DecodeIITType()1243 case IIT_STRUCT4: ++StructElts; [[fallthrough]]; in DecodeIITType()1244 case IIT_STRUCT3: ++StructElts; [[fallthrough]]; in DecodeIITType()1246 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct,StructElts)); in DecodeIITType()1248 for (unsigned i = 0; i != StructElts; ++i) in DecodeIITType()