Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/lib/CodeGen/SelectionDAG/
HDDAGCombiner.cpp13451 ConstantSDNode *ConstAndRHS = dyn_cast<ConstantSDNode>(N0->getOperand(1)); in SimplifySelectCC() local
13452 if (ConstAndRHS && ConstAndRHS->getAPIntValue().countPopulation() == 1) { in SimplifySelectCC()
13454 APInt AndMask = ConstAndRHS->getAPIntValue(); in SimplifySelectCC()