Searched refs:TargetFuncType (Results 1 – 1 of 1) sorted by relevance
2312 FunctionType *TargetFuncType = dyn_cast<FunctionType>(TargetElemType); in verifyStatepoint() local2313 Check(TargetFuncType, in verifyStatepoint()2321 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()2322 if (TargetFuncType->isVarArg()) { in verifyStatepoint()2327 Check(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()2344 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()2351 if (TargetFuncType->isVarArg()) { in verifyStatepoint()5291 auto *TargetFuncType = in visitIntrinsicCall() local5293 Check(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()