reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
855 std::pair<ScalarTypeKind, unsigned> key(ST->kind(), ST->sizeInBits()); 855 std::pair<ScalarTypeKind, unsigned> key(ST->kind(), ST->sizeInBits()); 857 VectorTypes[key] = std::make_unique<VectorType>(ST);