Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DIRBuilder.cpp648 auto *FuncPtrType = cast<PointerType>(ActualCallee->getType()); in CreateGCStatepointCallCommon() local
649 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointCallCommon()
654 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCallCommon()
705 auto *FuncPtrType = cast<PointerType>(ActualInvokee->getType()); in CreateGCStatepointInvokeCommon() local
706 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointInvokeCommon()
712 M, Intrinsic::experimental_gc_statepoint, {FuncPtrType}); in CreateGCStatepointInvokeCommon()