Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp670 auto *FuncPtrType = cast<PointerType>(ActualCallee->getType()); in CreateGCStatepointCallCommon() local
671 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointCallCommon()
676 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCallCommon()
727 auto *FuncPtrType = cast<PointerType>(ActualInvokee->getType()); in CreateGCStatepointInvokeCommon() local
728 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointInvokeCommon()
734 M, Intrinsic::experimental_gc_statepoint, {FuncPtrType}); in CreateGCStatepointInvokeCommon()