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 389 unsigned wordsToCopy = destWords >= getNumWords() ? getNumWords() : destWords;
390 memcpy(pVal, dest, wordsToCopy * APINT_WORD_SIZE);
    [all...]

Completed in 287 milliseconds