Lines Matching refs:BW
1713 unsigned BW = ITy->getBitWidth();
1717 SmallVector<Value *, 8> BitValues(BW, nullptr);
1718 SmallVector<int, 8> BitProvenance(BW, -1);
1735 bool OKForBSwap = BW % 16 == 0, OKForBitReverse = true;;
1737 OKForBSwap &= bitTransformIsCorrectForBSwap(BitProvenance[i], i, BW);
1739 bitTransformIsCorrectForBitReverse(BitProvenance[i], i, BW);