Lines Matching refs:ActiveBits
31377 unsigned ActiveBits = Known.getBitWidth() - LZ;
31382 if (ActiveBits > 2)
31394 if (ActiveBits > 3)
31411 if (ActiveBits > 4)
31427 if (ActiveBits > 8)
37026 auto NeedsSignExtension = [&](SDValue V, unsigned ActiveBits) {
37034 Val.trunc(ActiveBits).getNumSignBits() == ActiveBits)
37041 unsigned ActiveBits = DemandedBits.getActiveBits();
37042 if (EltSize > ActiveBits && EltSize > 1 && isTypeLegal(VT) &&
37044 NeedsSignExtension(Op.getOperand(1), ActiveBits)) {
37045 EVT ExtSVT = EVT::getIntegerVT(*TLO.DAG.getContext(), ActiveBits);