Searched refs:TargetFuncType (Results 1 – 1 of 1) sorted by relevance
2442 FunctionType *TargetFuncType = dyn_cast<FunctionType>(TargetElemType); in verifyStatepoint() local2443 Check(TargetFuncType, in verifyStatepoint()2451 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()2452 if (TargetFuncType->isVarArg()) { in verifyStatepoint()2457 Check(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()2474 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()2481 if (TargetFuncType->isVarArg()) { in verifyStatepoint()5470 auto *TargetFuncType = in visitIntrinsicCall() local5472 Check(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()