Searched refs:TableRef (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/VMCore/ |
D | Function.cpp | 585 ArrayRef<IITDescriptor> TableRef = Table; in getType() local 586 Type *ResultTy = DecodeFixedType(TableRef, Tys, Context); in getType() 589 while (!TableRef.empty()) in getType() 590 ArgTys.push_back(DecodeFixedType(TableRef, Tys, Context)); in getType()
|
D | Verifier.cpp | 1817 ArrayRef<Intrinsic::IITDescriptor> TableRef = Table; in visitIntrinsicFunctionCall() local 1820 Assert1(!VerifyIntrinsicType(IFTy->getReturnType(), TableRef, ArgTys), in visitIntrinsicFunctionCall() 1823 Assert1(!VerifyIntrinsicType(IFTy->getParamType(i), TableRef, ArgTys), in visitIntrinsicFunctionCall() 1825 Assert1(TableRef.empty(), "Intrinsic has too few arguments!", IF); in visitIntrinsicFunctionCall()
|