Home | History | Annotate | Download | only in AsmPrinter

Lines Matching full:bitwidth

1910   unsigned BitWidth = CI->getBitWidth();
1916 unsigned ExtraBitsSize = BitWidth & 63;
1928 // 0 1 BitWidth / 64
1933 // ExtraBits 0 1 (BitWidth / 64) - 1
1939 ExtraBits = Realigned.getRawData()[BitWidth / 64];
1946 for (unsigned i = 0, e = BitWidth / 64; i != e; ++i) {
1956 Size -= (BitWidth / 64) * 8;