Searched refs:FuncPtrType (Results 1 – 2 of 2) sorted by relevance
340 PointerType *FuncPtrType = cast<PointerType>(ActualCallee->getType()); in CreateGCStatepointCallCommon() local341 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointCallCommon()346 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCallCommon()391 PointerType *FuncPtrType = cast<PointerType>(ActualInvokee->getType()); in CreateGCStatepointInvokeCommon() local392 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointInvokeCommon()398 M, Intrinsic::experimental_gc_statepoint, {FuncPtrType}); in CreateGCStatepointInvokeCommon()
607 auto *FuncPtrType = cast<PointerType>(ActualCallee->getType()); in CreateGCStatepointCallCommon() local608 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointCallCommon()613 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCallCommon()658 auto *FuncPtrType = cast<PointerType>(ActualInvokee->getType()); in CreateGCStatepointInvokeCommon() local659 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointInvokeCommon()665 M, Intrinsic::experimental_gc_statepoint, {FuncPtrType}); in CreateGCStatepointInvokeCommon()