Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp2666 APInt UnmaskedC = MulC->getAPIntValue() | HighMask; in SimplifyDemandedBits() local
2667 if (UnmaskedC.isNegatedPowerOf2()) in SimplifyDemandedBits()
2668 return (-UnmaskedC).logBase2(); in SimplifyDemandedBits()