Lines Matching defs:parts
338 static void tcComplement(APInt::WordType *dst, unsigned parts) { in tcComplement()
2310 void APInt::tcSet(WordType *dst, WordType part, unsigned parts) { in tcSet()
2318 void APInt::tcAssign(WordType *dst, const WordType *src, unsigned parts) { in tcAssign()
2324 bool APInt::tcIsZero(const WordType *src, unsigned parts) { in tcIsZero()
2333 int APInt::tcExtractBit(const WordType *parts, unsigned bit) { in tcExtractBit()
2338 void APInt::tcSetBit(WordType *parts, unsigned bit) { in tcSetBit()
2343 void APInt::tcClearBit(WordType *parts, unsigned bit) { in tcClearBit()
2349 unsigned APInt::tcLSB(const WordType *parts, unsigned n) { in tcLSB()
2362 unsigned APInt::tcMSB(const WordType *parts, unsigned n) { in tcMSB()
2413 WordType c, unsigned parts) { in tcAdd()
2435 unsigned parts) { in tcAddPart()
2448 WordType c, unsigned parts) { in tcSubtract()
2473 unsigned parts) { in tcSubtractPart()
2486 void APInt::tcNegate(WordType *dst, unsigned parts) { in tcNegate()
2584 const WordType *rhs, unsigned parts) { in tcMultiply()
2628 unsigned parts) { in tcDivide()
2722 unsigned parts) { in tcCompare()