Home | History | Annotate | Download | only in IR

Lines Matching defs:Elts

779     Type *Elts[5];
782 Elts[i] = DecodeFixedType(Infos, Tys, Context);
783 return StructType::get(Context, makeArrayRef(Elts,D.Struct_NumElements));