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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9025 int64_t ElementSizeBytes = MemVT.getSizeInBits()/8; local
9157 if (CurrAddress - StartAddress != (ElementSizeBytes * i))
9198 unsigned StoreBW = (i+1) * ElementSizeBytes * 8;
9254 unsigned StoreBW = NumElem * ElementSizeBytes * 8;
9264 StoreInt<<=ElementSizeBytes*8;
9379 if (CurrAddress - StartAddress != (ElementSizeBytes * i))
9389 unsigned StoreBW = (i+1) * ElementSizeBytes * 8;
9437 unsigned StoreBW = NumElem * ElementSizeBytes * 8;

Completed in 267 milliseconds