reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
588 assert(isValidElementType(ElementType) && "Invalid type for array element!"); 590 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; 592 pImpl->ArrayTypes[std::make_pair(ElementType, NumElements)]; 595 Entry = new (pImpl->Alloc) ArrayType(ElementType, NumElements);