Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4561 unsigned OperandBitSize = N1C->getValueType(0).getScalarSizeInBits(); in SimplifySetCC() local
4563 MinVal = APInt::getSignedMinValue(OperandBitSize); in SimplifySetCC()
4564 MaxVal = APInt::getSignedMaxValue(OperandBitSize); in SimplifySetCC()
4566 MinVal = APInt::getMinValue(OperandBitSize); in SimplifySetCC()
4567 MaxVal = APInt::getMaxValue(OperandBitSize); in SimplifySetCC()