Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1070 unsigned NumSigned = std::min(NumSignedA, NumSignedB) - 1; in combineShiftToAVG() local
1081 if (NumZero >= 2 && NumSigned < NumZero) { in combineShiftToAVG()
1086 if (NumSigned >= 1) { in combineShiftToAVG()
1088 KnownBits = NumSigned; in combineShiftToAVG()
1094 if (NumZero >= 1 && NumSigned < NumZero) { in combineShiftToAVG()
1099 if (NumSigned >= 1 && DemandedBits.isSignBitClear()) { in combineShiftToAVG()
1101 KnownBits = NumSigned; in combineShiftToAVG()