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

/external/llvm/lib/Support/
H A DAPInt.cpp86 memcpy(pVal, that.pVal, getNumWords() * APINT_WORD_SIZE);
100 memcpy(pVal, bigVal.data(), words * APINT_WORD_SIZE);
130 memcpy(pVal, RHS.pVal, getNumWords() * APINT_WORD_SIZE);
139 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE);
141 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE);
148 memcpy(pVal, RHS.pVal, RHS.getNumWords() * APINT_WORD_SIZE);
159 memset(pVal+1, 0, (getNumWords() - 1) * APINT_WORD_SIZE);
389 memcpy(pVal, dest, wordsToCopy * APINT_WORD_SIZE);
997 memset(&Result.pVal[i], 0, (Result.getNumWords() - i) * APINT_WORD_SIZE);
/external/llvm/include/llvm/ADT/
H A DAPInt.h91 APINT_WORD_SIZE = static_cast<unsigned int>(sizeof(uint64_t)) enumerator in enum:llvm::APInt::__anon20885
1216 memset(pVal, 0, getNumWords() * APINT_WORD_SIZE);

Completed in 46 milliseconds