Home
last modified time | relevance | path

Searched refs:OpSplitter (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DSROA.cpp2998 template <typename Derived> class OpSplitter { class in __anond316f5690b11::AggLoadStoreRewriter
3014 OpSplitter(Instruction *InsertionPoint, Value *Ptr) in OpSplitter() function in __anond316f5690b11::AggLoadStoreRewriter::OpSplitter
3069 struct LoadOpSplitter : public OpSplitter<LoadOpSplitter> {
3071 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr) {} in LoadOpSplitter()
3101 struct StoreOpSplitter : public OpSplitter<StoreOpSplitter> {
3103 : OpSplitter<StoreOpSplitter>(InsertionPoint, Ptr) {} in StoreOpSplitter()