Searched refs:LoadOpSplitter (Results 1 – 1 of 1) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| D | SROA.cpp | 3691 struct LoadOpSplitter : public OpSplitter<LoadOpSplitter> { struct in __anonb9f91b040c11::AggLoadStoreRewriter 3694 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in LoadOpSplitter() function 3697 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr, BaseTy, BaseAlign, DL, in LoadOpSplitter() 3729 LoadOpSplitter Splitter(&LI, *U, LI.getType(), LI.getAAMetadata(), in visitLoadInst()
|