Home | History | Annotate | Download | only in IR

Lines Matching refs:TableRef

822   ArrayRef<IITDescriptor> TableRef = Table;
823 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context);
826 while (!TableRef.empty())
827 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context));