Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DType.cpp731 LLVMContextImpl *CImpl = EltTy->getContext().pImpl; in get() local
734 PointerType *&Entry = AddressSpace == 0 ? CImpl->PointerTypes[EltTy] in get()
735 : CImpl->ASPointerTypes[std::make_pair(EltTy, AddressSpace)]; in get()
738 Entry = new (CImpl->TypeAllocator) PointerType(EltTy, AddressSpace); in get()