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.cpp20650 int64_t CurrAddress = StoreNodes[i].OffsetFromBase; in getConsecutiveStores() local
20651 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in getConsecutiveStores()
20947 int64_t CurrAddress = LoadNodes[i].OffsetFromBase; in tryStoreMergeOfLoads() local
20948 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in tryStoreMergeOfLoads()