Searched refs:LoadOpSplitter (Results 1 – 2 of 2) sorted by relevance
3268 struct LoadOpSplitter : public OpSplitter<LoadOpSplitter> { struct in __anon3a3523220a11::AggLoadStoreRewriter3271 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr, AAMDNodes AATags) in LoadOpSplitter() argument3272 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr), AATags(AATags) {} in LoadOpSplitter()3298 LoadOpSplitter Splitter(&LI, *U, AATags); in visitLoadInst()
3069 struct LoadOpSplitter : public OpSplitter<LoadOpSplitter> { struct in __anonadce12ea0b11::AggLoadStoreRewriter3070 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr) in LoadOpSplitter() function3071 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr) {} in LoadOpSplitter()3093 LoadOpSplitter Splitter(&LI, *U); in visitLoadInst()