Searched refs:TargetFuncType (Results 1 – 1 of 1) sorted by relevance
2133 FunctionType *TargetFuncType = cast<FunctionType>(PT->getElementType()); in verifyStatepoint() local2140 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()2141 if (TargetFuncType->isVarArg()) { in verifyStatepoint()2146 Assert(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()2163 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()2170 if (TargetFuncType->isVarArg()) { in verifyStatepoint()4880 auto *TargetFuncType = cast<FunctionType>(PT->getElementType()); in visitIntrinsicCall() local4881 Assert(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()