Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DVerifier.cpp1581 FunctionType *TargetFuncType = cast<FunctionType>(PT->getElementType()); in VerifyStatepoint() local
1593 const int NumParams = (int)TargetFuncType->getNumParams(); in VerifyStatepoint()
1594 if (TargetFuncType->isVarArg()) { in VerifyStatepoint()
1599 Assert(TargetFuncType->getReturnType()->isVoidTy(), in VerifyStatepoint()
1617 Type *ParamType = TargetFuncType->getParamType(i); in VerifyStatepoint()
3644 auto *TargetFuncType = cast<FunctionType>(PT->getElementType()); in visitIntrinsicCallSite() local
3645 Assert(CS.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCallSite()