Searched refs:FuncPtrType (Results 1 – 1 of 1) sorted by relevance
670 auto *FuncPtrType = cast<PointerType>(ActualCallee->getType()); in CreateGCStatepointCallCommon() local671 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointCallCommon()676 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCallCommon()727 auto *FuncPtrType = cast<PointerType>(ActualInvokee->getType()); in CreateGCStatepointInvokeCommon() local728 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointInvokeCommon()734 M, Intrinsic::experimental_gc_statepoint, {FuncPtrType}); in CreateGCStatepointInvokeCommon()