Home | History | Annotate | Download | only in Support

Lines Matching refs:dstCount

2112   unsigned int omsb, precision, dstCount;
2119 dstCount = partCount();
2128 APInt::tcExtract(dst, dstCount, src, precision, omsb - precision);
2132 APInt::tcExtract(dst, dstCount, src, omsb, 0);