Home | History | Annotate | Download | only in IR

Lines Matching refs:TableRef

3087   ArrayRef<Intrinsic::IITDescriptor> TableRef = Table;
3090 Assert(!VerifyIntrinsicType(IFTy->getReturnType(), TableRef, ArgTys),
3093 Assert(!VerifyIntrinsicType(IFTy->getParamType(i), TableRef, ArgTys),
3098 Assert(!VerifyIntrinsicIsVarArg(IsVarArg, TableRef),
3101 Assert(!VerifyIntrinsicIsVarArg(IsVarArg, TableRef),
3105 Assert(TableRef.empty(), "Intrinsic has too few arguments!", IF);