Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2886 APInt UnmaskedC = MulC->getAPIntValue() | HighMask; in SimplifyDemandedBits() local
2887 if (UnmaskedC.isNegatedPowerOf2()) in SimplifyDemandedBits()
2888 return (-UnmaskedC).logBase2(); in SimplifyDemandedBits()