Searched refs:NumEltRemaining (Results 1 – 1 of 1) sorted by relevance
3330 int NumEltRemaining = SrcNumElt; in getMemoryOpCost() local3332 auto NumEltDone = [&]() { return SrcNumElt - NumEltRemaining; }; in getMemoryOpCost()3347 NumEltRemaining > 0; CurrOpSizeBytes /= 2) { in getMemoryOpCost()3356 assert((((NumEltRemaining * EltTyBits) < (2 * 8 * CurrOpSizeBytes)) || in getMemoryOpCost()3379 while (NumEltRemaining > 0) { in getMemoryOpCost()3384 if (NumEltRemaining < CurrNumEltPerOp && in getMemoryOpCost()3426 NumEltRemaining -= CurrNumEltPerOp; in getMemoryOpCost()3431 assert(NumEltRemaining <= 0 && "Should have processed all the elements."); in getMemoryOpCost()