Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp21697 int64_t CurrAddress = StoreNodes[i].OffsetFromBase; in getConsecutiveStores() local
21698 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in getConsecutiveStores()
21994 int64_t CurrAddress = LoadNodes[i].OffsetFromBase; in tryStoreMergeOfLoads() local
21995 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in tryStoreMergeOfLoads()