Lines Matching refs:BW
335 uint16_t BW = RC->getSize()*8;
336 return BW;
342 uint16_t BW = getRegBitWidth(RR);
347 return RegisterCell::self(0, BW);
354 return RegisterCell::self(0, BW);
364 return RegisterCell::top(BW);
426 uint16_t BW = A.getBitWidth();
427 assert((unsigned)BW == A.getBitWidth() && "BitWidth overflow");
428 RegisterCell Res(BW);
429 for (uint16_t i = 0; i < BW; ++i)