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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/IR/
H A DIRBuilder.cpp631 auto *FuncPtrType = cast<PointerType>(ActualCallee->getType()); local
632 assert(isa<FunctionType>(FuncPtrType->getElementType()) &&
637 Type *ArgTypes[] = { FuncPtrType };
688 auto *FuncPtrType = cast<PointerType>(ActualInvokee->getType()); local
689 assert(isa<FunctionType>(FuncPtrType->getElementType()) &&
695 M, Intrinsic::experimental_gc_statepoint, {FuncPtrType});

Completed in 58 milliseconds