Home | History | Annotate | Download | only in IR

Lines Matching refs:TableRef

3764   ArrayRef<Intrinsic::IITDescriptor> TableRef = Table;
3768 TableRef, ArgTys),
3772 TableRef, ArgTys),
3777 Assert(!Intrinsic::matchIntrinsicVarArg(IsVarArg, TableRef),
3780 Assert(!Intrinsic::matchIntrinsicVarArg(IsVarArg, TableRef),
3784 Assert(TableRef.empty(), "Intrinsic has too few arguments!", IF);