Home | History | Annotate | Download | only in Analysis

Lines Matching refs:NS

3539     unsigned NS = ComputeNumSignBits(U->getValue(), TD);
3540 if (NS == 1)
3543 ConstantRange(APInt::getSignedMinValue(BitWidth).ashr(NS - 1),
3544 APInt::getSignedMaxValue(BitWidth).ashr(NS - 1)+1)));