Searched refs:StructElts (Results 1 – 1 of 1) sorted by relevance
566 unsigned StructElts = 2; in DecodeIITType() local702 case IIT_STRUCT5: ++StructElts; // FALL THROUGH. in DecodeIITType()703 case IIT_STRUCT4: ++StructElts; // FALL THROUGH. in DecodeIITType()704 case IIT_STRUCT3: ++StructElts; // FALL THROUGH. in DecodeIITType()706 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct,StructElts)); in DecodeIITType()708 for (unsigned i = 0; i != StructElts; ++i) in DecodeIITType()