Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp691 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local
694 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
695 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()
698 Entry = new (CImpl->Alloc) PointerType(EltTy, AddressSpace); in get()
703 LLVMContextImpl *CImpl = C.pImpl; in get() local
708 ? CImpl->PointerTypes[nullptr] in get()
709 : CImpl->ASPointerTypes[std::make_pair(nullptr, AddressSpace)]; in get()
712 Entry = new (CImpl->Alloc) PointerType(C, AddressSpace); in get()