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

/freebsd-10.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp9858 ConstantSDNode *ConstAndRHS = dyn_cast<ConstantSDNode>(N0->getOperand(1)); local
9859 if (ConstAndRHS && ConstAndRHS->getAPIntValue().countPopulation() == 1) {
9861 APInt AndMask = ConstAndRHS->getAPIntValue();

Completed in 115 milliseconds