Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2442 FunctionType *TargetFuncType = dyn_cast<FunctionType>(TargetElemType); in verifyStatepoint() local
2443 Check(TargetFuncType, in verifyStatepoint()
2451 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()
2452 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
2457 Check(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()
2474 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()
2481 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
5470 auto *TargetFuncType = in visitIntrinsicCall() local
5472 Check(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()