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
24 CImpl->ASTypedPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()
27 Entry = new (CImpl->Alloc) TypedPointerType(EltTy, AddressSpace); in get()
H A DType.cpp858 LLVMContextImpl *CImpl = C.pImpl; in get() local
861 PointerType *&Entry = AddressSpace == 0 ? CImpl->AS0PointerType in get()
862 : CImpl->PointerTypes[AddressSpace]; in get()
865 Entry = new (CImpl->Alloc) PointerType(C, AddressSpace); in get()