reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
245 return getNonEmpty(APInt::getNullValue(BitWidth), 248 APInt SignedMinVal = APInt::getSignedMinValue(BitWidth); 257 return getNonEmpty(Other.getUnsignedMax(), APInt::getMinValue(BitWidth)); 259 APInt SignedMinVal = APInt::getSignedMinValue(BitWidth); 277 ConstantRange(APInt(BitWidth, 0), APInt(BitWidth, (BitWidth - 1) + 1))); 277 ConstantRange(APInt(BitWidth, 0), APInt(BitWidth, (BitWidth - 1) + 1))); 277 ConstantRange(APInt(BitWidth, 0), APInt(BitWidth, (BitWidth - 1) + 1))); 281 return getFull(BitWidth); 288 return getNonEmpty(APInt::getNullValue(BitWidth), 289 APInt::getMaxValue(BitWidth).lshr(ShAmtUMax) + 1); 290 return getNonEmpty(APInt::getSignedMinValue(BitWidth).ashr(ShAmtUMax), 291 APInt::getSignedMaxValue(BitWidth).ashr(ShAmtUMax) + 1);