Home | History | Annotate | Download | only in IR

Lines Matching refs:TableRef

866   ArrayRef<IITDescriptor> TableRef = Table;
867 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context);
870 while (!TableRef.empty())
871 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context));
1092 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table;
1096 if (Intrinsic::matchIntrinsicType(FTy->getReturnType(), TableRef, ArgTys))
1099 if (Intrinsic::matchIntrinsicType(Ty, TableRef, ArgTys))
1101 if (Intrinsic::matchIntrinsicVarArg(FTy->isVarArg(), TableRef))