Searched refs:TargetFuncType (Results 1 – 1 of 1) sorted by relevance
2704 FunctionType *TargetFuncType = dyn_cast<FunctionType>(TargetElemType); in verifyStatepoint() local2705 Check(TargetFuncType, in verifyStatepoint()2713 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()2714 if (TargetFuncType->isVarArg()) { in verifyStatepoint()2719 Check(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()2736 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()2743 if (TargetFuncType->isVarArg()) { in verifyStatepoint()5929 auto *TargetFuncType = in visitIntrinsicCall() local5931 Check(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()