reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/Type.cpp
  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);