Home | History | Annotate | Download | only in Support

Lines Matching refs:dstCount

2439    srcLSB, to DST, of dstCOUNT parts, such that the bit srcLSB becomes
2443 APInt::tcExtract(integerPart *dst, unsigned int dstCount,const integerPart *src,
2449 assert(dstParts <= dstCount);
2471 while (dstParts < dstCount)