Home
last modified time | relevance | path

Searched refs:TargetFuncType (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/IR/
H A DVerifier.cpp2270 FunctionType *TargetFuncType = dyn_cast<FunctionType>(TargetElemType); in verifyStatepoint() local
2271 Check(TargetFuncType, in verifyStatepoint()
2279 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()
2280 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
2285 Check(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()
2302 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()
2309 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
5186 auto *TargetFuncType = in visitIntrinsicCall() local
5188 Check(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()