Home
last modified time | relevance | path

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

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