Searched refs:OpSplitter (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 3283 template <typename Derived> class OpSplitter { class in __anon416367130b11::AggLoadStoreRewriter 3312 OpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in OpSplitter() function in __anon416367130b11::AggLoadStoreRewriter::OpSplitter 3372 struct LoadOpSplitter : public OpSplitter<LoadOpSplitter> { 3377 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr, BaseTy, BaseAlign, in LoadOpSplitter() 3421 struct StoreOpSplitter : public OpSplitter<StoreOpSplitter> { 3424 : OpSplitter<StoreOpSplitter>(InsertionPoint, Ptr, BaseTy, BaseAlign, in StoreOpSplitter()
|