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.cpp20848 unsigned StOffset; in ShrinkLoadReplaceStoreWithStore() local
20850 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()
20852 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()
20855 if (StOffset) { in ShrinkLoadReplaceStoreWithStore()
20857 Ptr = DAG.getMemBasePlusOffset(Ptr, TypeSize::getFixed(StOffset), DL); in ShrinkLoadReplaceStoreWithStore()
20863 St->getPointerInfo().getWithOffset(StOffset), VT, in ShrinkLoadReplaceStoreWithStore()
20870 St->getPointerInfo().getWithOffset(StOffset), in ShrinkLoadReplaceStoreWithStore()