Searched refs:TargetFuncType (Results 1 – 1 of 1) sorted by relevance
1706 FunctionType *TargetFuncType = cast<FunctionType>(PT->getElementType()); in verifyStatepoint() local1718 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()1719 if (TargetFuncType->isVarArg()) { in verifyStatepoint()1724 Assert(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()1742 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()3941 auto *TargetFuncType = cast<FunctionType>(PT->getElementType()); in visitIntrinsicCallSite() local3942 Assert(CS.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCallSite()