Home
last modified time | relevance | path

Searched refs:StructElts (Results 1 – 1 of 1) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DFunction.cpp1096 unsigned StructElts = 2; in DecodeIITType() local
1282 case IIT_STRUCT9: ++StructElts; [[fallthrough]]; in DecodeIITType()
1283 case IIT_STRUCT8: ++StructElts; [[fallthrough]]; in DecodeIITType()
1284 case IIT_STRUCT7: ++StructElts; [[fallthrough]]; in DecodeIITType()
1285 case IIT_STRUCT6: ++StructElts; [[fallthrough]]; in DecodeIITType()
1286 case IIT_STRUCT5: ++StructElts; [[fallthrough]]; in DecodeIITType()
1287 case IIT_STRUCT4: ++StructElts; [[fallthrough]]; in DecodeIITType()
1288 case IIT_STRUCT3: ++StructElts; [[fallthrough]]; in DecodeIITType()
1290 OutputTable.push_back(IITDescriptor::get(IITDescriptor::Struct,StructElts)); in DecodeIITType()
1292 for (unsigned i = 0; i != StructElts; ++i) in DecodeIITType()