HomeSort by relevance Sort by last modified time
    Searched full:wordstocopy (Results 1 - 1 of 1) sorted by null

  /external/llvm/lib/Support/
APInt.cpp 387 unsigned wordsToCopy = destWords >= getNumWords() ? getNumWords() : destWords;
388 memcpy(pVal, dest, wordsToCopy * APINT_WORD_SIZE);
    [all...]

Completed in 43 milliseconds