Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DVerifier.cpp2224 FunctionType *TargetFuncType = cast<FunctionType>(PT->getElementType()); in verifyStatepoint() local
2231 const int NumParams = (int)TargetFuncType->getNumParams(); in verifyStatepoint()
2232 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
2237 Assert(TargetFuncType->getReturnType()->isVoidTy(), in verifyStatepoint()
2254 Type *ParamType = TargetFuncType->getParamType(i); in verifyStatepoint()
2261 if (TargetFuncType->isVarArg()) { in verifyStatepoint()
4917 auto *TargetFuncType = cast<FunctionType>(PT->getElementType()); in visitIntrinsicCall() local
4918 Assert(Call.getType() == TargetFuncType->getReturnType(), in visitIntrinsicCall()