Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:bitCount

1725   int bitCount = bits.size();
1726 if (bitCount < 64) {
1728 for (int i=0 ; i<bitCount ; ++i) {
1735 while (v < bitCount) {
1737 for (int i=0 ; (i<32) && (v<bitCount) ; ++i) {