Searched refs:NumEltRemaining (Results 1 – 1 of 1) sorted by relevance
5278 int NumEltRemaining = SrcNumElt; in getMemoryOpCost() local5280 auto NumEltDone = [&]() { return SrcNumElt - NumEltRemaining; }; in getMemoryOpCost()5295 NumEltRemaining > 0; CurrOpSizeBytes /= 2) { in getMemoryOpCost()5304 assert((((NumEltRemaining * EltTyBits) < (2 * 8 * CurrOpSizeBytes)) || in getMemoryOpCost()5327 while (NumEltRemaining > 0) { in getMemoryOpCost()5332 if (NumEltRemaining < CurrNumEltPerOp && in getMemoryOpCost()5383 NumEltRemaining -= CurrNumEltPerOp; in getMemoryOpCost()5388 assert(NumEltRemaining <= 0 && "Should have processed all the elements."); in getMemoryOpCost()