Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/IR/
H A DType.cpp634 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local
637 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
638 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()
641 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace); in get()