Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp10707 unsigned StOffset; in ShrinkLoadReplaceStoreWithStore() local
10711 StOffset = ByteShift; in ShrinkLoadReplaceStoreWithStore()
10713 StOffset = IVal.getValueType().getStoreSize() - ByteShift - NumBytes; in ShrinkLoadReplaceStoreWithStore()
10716 if (StOffset) { in ShrinkLoadReplaceStoreWithStore()
10719 Ptr, DAG.getConstant(StOffset, DL, Ptr.getValueType())); in ShrinkLoadReplaceStoreWithStore()
10720 NewAlign = MinAlign(NewAlign, StOffset); in ShrinkLoadReplaceStoreWithStore()
10728 St->getPointerInfo().getWithOffset(StOffset), in ShrinkLoadReplaceStoreWithStore()