Searched refs:TargetFuncType (Results 1 – 1 of 1) sorted by relevance
1581 FunctionType *TargetFuncType = cast<FunctionType>(PT->getElementType()); in VerifyStatepoint() local1593 const int NumParams = (int)TargetFuncType->getNumParams(); in VerifyStatepoint()1594 if (TargetFuncType->isVarArg()) { in VerifyStatepoint()1599 Assert(TargetFuncType->getReturnType()->isVoidTy(), in VerifyStatepoint()1617 Type *ParamType = TargetFuncType->getParamType(i); in VerifyStatepoint()3644 auto *TargetFuncType = cast<FunctionType>(PT->getElementType()); in visitIntrinsicCallSite() local3645 Assert(CS.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCallSite()