Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4847 unsigned OperandBitSize = N1C->getValueType(0).getScalarSizeInBits(); in SimplifySetCC() local
4849 MinVal = APInt::getSignedMinValue(OperandBitSize); in SimplifySetCC()
4850 MaxVal = APInt::getSignedMaxValue(OperandBitSize); in SimplifySetCC()
4852 MinVal = APInt::getMinValue(OperandBitSize); in SimplifySetCC()
4853 MaxVal = APInt::getMaxValue(OperandBitSize); in SimplifySetCC()