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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp1670 const APInt &AndRHSC = AndRHS->getAPIntValue(); local
1671 if ((-AndRHSC).isPowerOf2() && (AndRHSC & C1) == C1) {
1672 unsigned ShiftBits = AndRHSC.countTrailingZeros();

Completed in 479 milliseconds