Searched refs:LoadOpSplitter (Results 1 – 1 of 1) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | SROA.cpp | 3387 struct LoadOpSplitter : public OpSplitter<LoadOpSplitter> { struct in __anon157c633c0b11::AggLoadStoreRewriter 3390 LoadOpSplitter(Instruction *InsertionPoint, Value *Ptr, Type *BaseTy, in LoadOpSplitter() function 3392 : OpSplitter<LoadOpSplitter>(InsertionPoint, Ptr, BaseTy, BaseAlign, in LoadOpSplitter() 3426 LoadOpSplitter Splitter(&LI, *U, LI.getType(), AATags, in visitLoadInst()
|