Searched refs:OperandBitSize (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp3561 unsigned OperandBitSize = N1C->getValueType(0).getScalarSizeInBits(); local
3563 MinVal = APInt::getSignedMinValue(OperandBitSize);
3564 MaxVal = APInt::getSignedMaxValue(OperandBitSize);
3566 MinVal = APInt::getMinValue(OperandBitSize);
3567 MaxVal = APInt::getMaxValue(OperandBitSize);
3661 C1 == APInt::getSignedMaxValue(OperandBitSize))
3668 C1 == APInt::getSignedMinValue(OperandBitSize)) {
3670 DAG.getConstant(APInt::getAllOnesValue(OperandBitSize), dl,

Completed in 166 milliseconds