Home | History | Annotate | Download | only in Support

Lines Matching refs:dstCount

2266   unsigned int omsb, precision, dstCount;
2273 dstCount = partCount();
2282 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision);
2286 APInt::tcExtract(dst, dstCount, src, omsb, 0);