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