Searched refs:MinSignedBits (Results 1 – 3 of 3) sorted by relevance
757 unsigned MinSignedBits = in narrowSDivOrSRem() local763 LCR.contains(APInt::getSignedMinValue(MinSignedBits).sext(OrigWidth))) in narrowSDivOrSRem()764 ++MinSignedBits; in narrowSDivOrSRem()767 unsigned NewWidth = std::max<unsigned>(PowerOf2Ceil(MinSignedBits), 8); in narrowSDivOrSRem()
2355 unsigned MinSignedBits = in SimplifyDemandedBits() local2357 bool AlreadySignExtended = ExVTBits >= MinSignedBits; in SimplifyDemandedBits()
17773 unsigned MinSignedBits = ExpandedMask.getSignificantBits(); in targetShrinkDemandedConstant() 17779 if (MinSignedBits <= 12) in targetShrinkDemandedConstant() 17781 else if (!C->isOpaque() && MinSignedBits <= 32 && !ShrunkMask.isSignedIntN(32)) in targetShrinkDemandedConstant() 17770 unsigned MinSignedBits = ExpandedMask.getSignificantBits(); targetShrinkDemandedConstant() local