Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DVerifier.cpp2312 FunctionType *TargetFuncType = dyn_cast<FunctionType>(TargetElemType); in verifyStatepoint() local
2313 Check(TargetFuncType, in verifyStatepoint()
2321 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()
2322 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
2327 Check(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()
2344 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()
2351 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
5291 auto *TargetFuncType = in visitIntrinsicCall() local
5293 Check(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()