Searched refs:TargetFuncType (Results 1 – 1 of 1) sorted by relevance
2566 FunctionType *TargetFuncType = dyn_cast<FunctionType>(TargetElemType); in verifyStatepoint() local2567 Check(TargetFuncType, in verifyStatepoint()2575 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()2576 if (TargetFuncType->isVarArg()) { in verifyStatepoint()2581 Check(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()2598 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()2605 if (TargetFuncType->isVarArg()) { in verifyStatepoint()5670 auto *TargetFuncType = in visitIntrinsicCall() local5672 Check(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()