Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DVerifier.cpp1927 FunctionType *TargetFuncType = cast<FunctionType>(PT->getElementType()); in verifyStatepoint() local
1939 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()
1940 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
1945 Assert(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()
1964 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()
1971 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
4364 auto *TargetFuncType = cast<FunctionType>(PT->getElementType()); in visitIntrinsicCall() local
4365 Assert(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()