Searched refs:NumCopied (Results 1 – 1 of 1) sorted by relevance
591 unsigned NumCopied = Length->getZExtValue() / ElementSize; in tryPromoteAllocaToVector() local598 if (Idx >= DestBegin && Idx < DestBegin + NumCopied) { in tryPromoteAllocaToVector()