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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp7994 int64_t CurrAddress = StoreNodes[i].OffsetFromBase; local
7995 if (CurrAddress - StartAddress != (ElementSizeBytes * i))
8216 int64_t CurrAddress = LoadNodes[i].OffsetFromBase; local
8217 if (CurrAddress - StartAddress != (ElementSizeBytes * i))

Completed in 144 milliseconds