Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp15760 bool STCoversLD; in ForwardStoreValueToDirectLoad() local
15765 STCoversLD = (Offset == 0) && LdMemSize == StMemSize; in ForwardStoreValueToDirectLoad()
15767 STCoversLD = (Offset >= 0) && (Offset * 8 + LdMemSize.getFixedSize() <= in ForwardStoreValueToDirectLoad()
15783 if (!STCoversLD) in ForwardStoreValueToDirectLoad()