Lines Matching refs:OperandBitSize
1738 unsigned OperandBitSize = N1C->getValueType(0).getSizeInBits();
1740 MinVal = APInt::getSignedMinValue(OperandBitSize);
1741 MaxVal = APInt::getSignedMaxValue(OperandBitSize);
1743 MinVal = APInt::getMinValue(OperandBitSize);
1744 MaxVal = APInt::getMaxValue(OperandBitSize);
1810 C1 == APInt::getSignedMaxValue(OperandBitSize))
1817 C1 == APInt::getSignedMinValue(OperandBitSize)) {
1819 DAG.getConstant(APInt::getAllOnesValue(OperandBitSize), dl,