Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DVerifier.cpp1706 FunctionType *TargetFuncType = cast<FunctionType>(PT->getElementType()); in verifyStatepoint() local
1718 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()
1719 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
1724 Assert(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()
1742 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()
3941 auto *TargetFuncType = cast<FunctionType>(PT->getElementType()); in visitIntrinsicCallSite() local
3942 Assert(CS.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCallSite()