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.cpp2566 FunctionType *TargetFuncType = dyn_cast<FunctionType>(TargetElemType); in verifyStatepoint() local
2567 Check(TargetFuncType, in verifyStatepoint()
2575 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()
2576 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
2581 Check(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()
2598 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()
2605 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
5670 auto *TargetFuncType = in visitIntrinsicCall() local
5672 Check(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()