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.cpp1015 unsigned NumSigned = std::min(NumSignedA, NumSignedB) - 1; in combineShiftToAVG() local
1026 if (NumZero >= 2 && NumSigned < NumZero) { in combineShiftToAVG()
1031 if (NumSigned >= 1) { in combineShiftToAVG()
1033 KnownBits = NumSigned; in combineShiftToAVG()
1039 if (NumZero >= 1 && NumSigned < NumZero) { in combineShiftToAVG()
1044 if (NumSigned >= 1 && DemandedBits.isSignBitClear()) { in combineShiftToAVG()
1046 KnownBits = NumSigned; in combineShiftToAVG()