Lines Matching refs:BW
333 uint16_t BW = RC->getSize()*8;
334 return BW;
340 uint16_t BW = getRegBitWidth(RR);
345 return RegisterCell::self(0, BW);
352 return RegisterCell::self(0, BW);
362 return RegisterCell::top(BW);
424 uint16_t BW = A.getBitWidth();
425 assert((unsigned)BW == A.getBitWidth() && "BitWidth overflow");
426 RegisterCell Res(BW);
427 for (uint16_t i = 0; i < BW; ++i)