Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp19512 unsigned StOffset; in ShrinkLoadReplaceStoreWithStore() local
19514 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()
19516 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()
19519 if (StOffset) { in ShrinkLoadReplaceStoreWithStore()
19521 Ptr = DAG.getMemBasePlusOffset(Ptr, TypeSize::getFixed(StOffset), DL); in ShrinkLoadReplaceStoreWithStore()
19527 St->getPointerInfo().getWithOffset(StOffset), in ShrinkLoadReplaceStoreWithStore()
19535 St->getPointerInfo().getWithOffset(StOffset), in ShrinkLoadReplaceStoreWithStore()