Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DTypedPointerType.cpp21 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local
25 CImpl->ASTypedPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()
28 Entry = new (CImpl->Alloc) TypedPointerType(EltTy, AddressSpace); in get()
H A DType.cpp744 LLVMContextImpl *CImpl = C.pImpl; in get() local
747 PointerType *&Entry = AddressSpace == 0 ? CImpl->AS0PointerType in get()
748 : CImpl->PointerTypes[AddressSpace]; in get()
751 Entry = new (CImpl->Alloc) PointerType(C, AddressSpace); in get()