Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp5147 const APInt &AndRHSC = AndRHS->getAPIntValue(); in SimplifySetCC() local
5148 if (AndRHSC.isNegatedPowerOf2() && (AndRHSC & C1) == C1) { in SimplifySetCC()
5149 unsigned ShiftBits = AndRHSC.countr_zero(); in SimplifySetCC()