Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp4873 const APInt &AndRHSC = AndRHS->getAPIntValue(); in SimplifySetCC() local
4874 if (AndRHSC.isNegatedPowerOf2() && (AndRHSC & C1) == C1) { in SimplifySetCC()
4875 unsigned ShiftBits = AndRHSC.countTrailingZeros(); in SimplifySetCC()