Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19850 unsigned StOffset; in ShrinkLoadReplaceStoreWithStore() local
19852 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()
19854 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()
19857 if (StOffset) { in ShrinkLoadReplaceStoreWithStore()
19859 Ptr = DAG.getMemBasePlusOffset(Ptr, TypeSize::getFixed(StOffset), DL); in ShrinkLoadReplaceStoreWithStore()
19865 St->getPointerInfo().getWithOffset(StOffset), in ShrinkLoadReplaceStoreWithStore()
19873 St->getPointerInfo().getWithOffset(StOffset), in ShrinkLoadReplaceStoreWithStore()