Searched refs:StructElts (Results 1 – 1 of 1) sorted by relevance
456 unsigned StructElts = 2; in DecodeIITType() local543 case IIT_STRUCT5: ++StructElts; // FALL THROUGH. in DecodeIITType()544 case IIT_STRUCT4: ++StructElts; // FALL THROUGH. in DecodeIITType()545 case IIT_STRUCT3: ++StructElts; // FALL THROUGH. in DecodeIITType()547 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct,StructElts)); in DecodeIITType()549 for (unsigned i = 0; i != StructElts; ++i) in DecodeIITType()