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