Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2704 FunctionType *TargetFuncType = dyn_cast<FunctionType>(TargetElemType); in verifyStatepoint() local
2705 Check(TargetFuncType, in verifyStatepoint()
2713 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()
2714 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
2719 Check(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()
2736 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()
2743 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
5929 auto *TargetFuncType = in visitIntrinsicCall() local
5931 Check(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()