Home | History | Annotate | Download | only in Support

Lines Matching refs:UMin

91       APInt UMin(CR.getUnsignedMin());
92 if (UMin.isMaxValue())
94 return ConstantRange(UMin + 1, APInt::getNullValue(W));
103 APInt UMin(CR.getUnsignedMin());
104 if (UMin.isMinValue())
106 return ConstantRange(UMin, APInt::getNullValue(W));
660 APInt umin = APIntOps::umin(Other.getUnsignedMax(), getUnsignedMax());
661 if (umin.isAllOnesValue())
663 return ConstantRange(APInt::getNullValue(getBitWidth()), umin + 1);