Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DIRBuilder.cpp279 PointerType *FuncPtrType = cast<PointerType>(ActualCallee->getType()); in CreateGCStatepointCallCommon() local
280 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointCallCommon()
285 Type *ArgTypes[] = { FuncPtrType }; in CreateGCStatepointCallCommon()
330 PointerType *FuncPtrType = cast<PointerType>(ActualInvokee->getType()); in CreateGCStatepointInvokeCommon() local
331 assert(isa<FunctionType>(FuncPtrType->getElementType()) && in CreateGCStatepointInvokeCommon()
337 M, Intrinsic::experimental_gc_statepoint, {FuncPtrType}); in CreateGCStatepointInvokeCommon()