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

/external/llvm/lib/Support/
H A DAPInt.cpp389 unsigned wordsToCopy = destWords >= getNumWords() ? getNumWords() : destWords; local
390 memcpy(pVal, dest, wordsToCopy * APINT_WORD_SIZE);

Completed in 166 milliseconds