Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DVerifier.cpp2133 FunctionType *TargetFuncType = cast<FunctionType>(PT->getElementType()); in verifyStatepoint() local
2140 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()
2141 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
2146 Assert(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()
2163 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()
2170 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
4880 auto *TargetFuncType = cast<FunctionType>(PT->getElementType()); in visitIntrinsicCall() local
4881 Assert(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()