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

References

lib/IR/Type.cpp
  615   assert(EC.Min > 0 && "#Elements of a VectorType must be greater than 0");
  622                                  ->VectorTypes[std::make_pair(ElementType, EC)];
  624     Entry = new (pImpl->Alloc) VectorType(ElementType, EC);