Searched refs:VerifyIntrinsicType (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/IR/ |
D | Verifier.cpp | 413 bool VerifyIntrinsicType(Type *Ty, ArrayRef<Intrinsic::IITDescriptor> &Infos, 3287 bool Verifier::VerifyIntrinsicType(Type *Ty, in VerifyIntrinsicType() function in Verifier 3310 VerifyIntrinsicType(VT->getElementType(), Infos, ArgTys); in VerifyIntrinsicType() 3315 VerifyIntrinsicType(PT->getElementType(), Infos, ArgTys); in VerifyIntrinsicType() 3324 if (VerifyIntrinsicType(ST->getElementType(i), Infos, ArgTys)) in VerifyIntrinsicType() 3395 return VerifyIntrinsicType(ThisArgType->getVectorElementType(), in VerifyIntrinsicType() 3469 Assert(!VerifyIntrinsicType(IFTy->getReturnType(), TableRef, ArgTys), in visitIntrinsicCallSite() 3472 Assert(!VerifyIntrinsicType(IFTy->getParamType(i), TableRef, ArgTys), in visitIntrinsicCallSite()
|