Searched refs:FuncPtrType (Results 1 – 1 of 1) sorted by relevance
274 PointerType *FuncPtrType = cast<PointerType>(ActualCallee->getType()); in CreateGCStatepointCall() local275 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointCall()280 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCall()307 PointerType *FuncPtrType = cast<PointerType>(ActualInvokee->getType()); in CreateGCStatepointInvoke() local308 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointInvoke()314 M, Intrinsic::experimental_gc_statepoint, {FuncPtrType}); in CreateGCStatepointInvoke()