Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/IR/
HDIRBuilder.cpp274 PointerType *FuncPtrType = cast<PointerType>(ActualCallee->getType()); in CreateGCStatepointCall() local
275 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointCall()
280 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCall()
307 PointerType *FuncPtrType = cast<PointerType>(ActualInvokee->getType()); in CreateGCStatepointInvoke() local
308 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointInvoke()
314 M, Intrinsic::experimental_gc_statepoint, {FuncPtrType}); in CreateGCStatepointInvoke()