Searched refs:TargetFuncType (Results 1 – 1 of 1) sorted by relevance
2224 FunctionType *TargetFuncType = cast<FunctionType>(PT->getElementType()); in verifyStatepoint() local2231 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()2232 if (TargetFuncType->isVarArg()) { in verifyStatepoint()2237 Assert(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()2254 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()2261 if (TargetFuncType->isVarArg()) { in verifyStatepoint()4917 auto *TargetFuncType = cast<FunctionType>(PT->getElementType()); in visitIntrinsicCall() local4918 Assert(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()