Searched refs:StructElts (Results 1 – 1 of 1) sorted by relevance
593 unsigned StructElts = 2; in DecodeIITType() local729 case IIT_STRUCT5: ++StructElts; // FALL THROUGH. in DecodeIITType()730 case IIT_STRUCT4: ++StructElts; // FALL THROUGH. in DecodeIITType()731 case IIT_STRUCT3: ++StructElts; // FALL THROUGH. in DecodeIITType()733 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct,StructElts)); in DecodeIITType()735 for (unsigned i = 0; i != StructElts; ++i) in DecodeIITType()