reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
616 assert(isValidElementType(ElementType) && "Element type of a VectorType must " 620 LLVMContextImpl *pImpl = ElementType->getContext().pImpl; 621 VectorType *&Entry = ElementType->getContext().pImpl 622 ->VectorTypes[std::make_pair(ElementType, EC)]; 624 Entry = new (pImpl->Alloc) VectorType(ElementType, EC);