Lines Matching full:bitwidth
1812 unsigned BitWidth = CI->getBitWidth();
1818 unsigned ExtraBitsSize = BitWidth & 63;
1830 // 0 1 BitWidth / 64
1835 // ExtraBits 0 1 (BitWidth / 64) - 1
1841 ExtraBits = Realigned.getRawData()[BitWidth / 64];
1848 for (unsigned i = 0, e = BitWidth / 64; i != e; ++i) {
1858 Size -= (BitWidth / 64) * 8;