Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp17324 int64_t CurrAddress = StoreNodes[i].OffsetFromBase; in getConsecutiveStores() local
17325 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in getConsecutiveStores()
17618 int64_t CurrAddress = LoadNodes[i].OffsetFromBase; in tryStoreMergeOfLoads() local
17619 if (CurrAddress - StartAddress != (ElementSizeBytes * i)) in tryStoreMergeOfLoads()