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

/freebsd-11.0-release/contrib/llvm/lib/IR/
H A DVerifier.cpp1598 FunctionType *TargetFuncType = cast<FunctionType>(PT->getElementType()); local
1610 const int NumParams = (int)TargetFuncType->getNumParams();
1611 if (TargetFuncType->isVarArg()) {
1616 Assert(TargetFuncType->getReturnType()->isVoidTy(),
1634 Type *ParamType = TargetFuncType->getParamType(i);
3884 auto *TargetFuncType = cast<FunctionType>(PT->getElementType()); local
3885 Assert(CS.getType() == TargetFuncType->getReturnType(),

Completed in 106 milliseconds