Searched refs:AggLoadStoreRewriter (Results 1 – 1 of 1) sorted by relevance
3237 class AggLoadStoreRewriter : public InstVisitor<AggLoadStoreRewriter, bool> { class3239 friend class InstVisitor<AggLoadStoreRewriter, bool>;3255 AggLoadStoreRewriter(const DataLayout &DL) : DL(DL) {} in AggLoadStoreRewriter() function in __anon416367130b11::AggLoadStoreRewriter4627 AggLoadStoreRewriter AggRewriter(DL); in runOnAlloca()