Searched refs:TargetFuncType (Results 1 – 1 of 1) sorted by relevance
1927 FunctionType *TargetFuncType = cast<FunctionType>(PT->getElementType()); in verifyStatepoint() local1939 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()1940 if (TargetFuncType->isVarArg()) { in verifyStatepoint()1945 Assert(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()1964 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()1971 if (TargetFuncType->isVarArg()) { in verifyStatepoint()4364 auto *TargetFuncType = cast<FunctionType>(PT->getElementType()); in visitIntrinsicCall() local4365 Assert(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()