Searched refs:TypesVector (Results 1 – 1 of 1) sorted by relevance
530 SmallVector<std::tuple<uint64_t, Type *, Constant *>, 16> TypesVector; in SRAGlobal() local532 TypesVector.push_back( in SRAGlobal()535 sort(TypesVector, llvm::less_first()); in SRAGlobal()539 for (const auto &[OffsetForTy, Ty, _] : TypesVector) { in SRAGlobal()561 for (auto &[OffsetForTy, Ty, Initializer] : TypesVector) { in SRAGlobal()