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

/external/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp11256 ConstantSDNode *ConstAndRHS = dyn_cast<ConstantSDNode>(N0->getOperand(1)); local
11257 if (ConstAndRHS && ConstAndRHS->getAPIntValue().countPopulation() == 1) {
11259 APInt AndMask = ConstAndRHS->getAPIntValue();

Completed in 56 milliseconds